diff --git a/servapps/Immich/cosmos-compose.json b/servapps/Immich/cosmos-compose.json index 4bc059b3..5cb43d0e 100644 --- a/servapps/Immich/cosmos-compose.json +++ b/servapps/Immich/cosmos-compose.json @@ -64,7 +64,7 @@ ], "depends_on": [ "{ServiceName}-redis", - "{ServiceName}-database", + "{ServiceName}-database" ], "routes": [ { @@ -126,7 +126,7 @@ ], "depends_on": [ "{ServiceName}-redis", - "{ServiceName}-database", + "{ServiceName}-database" ], "restart": "always" },