added ports and remove ismain pour mariadb
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"utilities"
|
||||
],
|
||||
"description": "ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms.",
|
||||
"tipi_version": 2,
|
||||
"tipi_version": 1,
|
||||
"version": "4.8.1",
|
||||
"source": "https://hub.docker.com/r/rommapp/romm",
|
||||
"website": "https://romm.app/",
|
||||
@@ -18,8 +18,8 @@
|
||||
"amd64",
|
||||
"arm64"
|
||||
],
|
||||
"created_at": 1777992374660,
|
||||
"updated_at": 1777992374660,
|
||||
"created_at": 1777996093090,
|
||||
"updated_at": 1777996093090,
|
||||
"dynamic_config": true,
|
||||
"min_tipi_version": "4.5.0"
|
||||
}
|
||||
|
||||
@@ -39,6 +39,18 @@
|
||||
"private": false
|
||||
}
|
||||
],
|
||||
"addPorts": [
|
||||
{
|
||||
"containerPort": 8080,
|
||||
"hostPort": 8080,
|
||||
"tcp": true
|
||||
},
|
||||
{
|
||||
"containerPort": 8080,
|
||||
"hostPort": 8080,
|
||||
"udp": true
|
||||
}
|
||||
],
|
||||
"depends0n": {
|
||||
"romm-db": {
|
||||
"condition": "service_started"
|
||||
@@ -48,8 +60,6 @@
|
||||
{
|
||||
"name": "romm-db",
|
||||
"image": "mariadb:latest",
|
||||
"isMain": true,
|
||||
"internalPort": 3306,
|
||||
"environment": [
|
||||
{"key": "MYSQL_ROOT_PASSWORD", "value": "kudsgqkdu"},
|
||||
{"key": "MYSQL_DATABASE", "value": "romm"},
|
||||
|
||||
Reference in New Issue
Block a user