update dependsOn

This commit is contained in:
2026-05-05 17:39:27 +02:00
parent ad9b2904c5
commit 7ac60fcaaf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"utilities"
],
"description": "ROM manager for organizing, enriching, and playing retro games, with support for 400+ platforms.",
"tipi_version": 1,
"tipi_version": 2,
"version": "4.8.1",
"source": "https://hub.docker.com/r/rommapp/romm",
"website": "https://romm.app/",
+2 -2
View File
@@ -39,9 +39,9 @@
"private": false
}
],
"depends-on": {
"depends0n": {
"romm-db": {
"condition": "service_healthy"
"condition": "service_started"
}
}
},