Skip to content

Commit

Permalink
Update cosmos-compose.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Jan 14, 2024
1 parent 05af8fe commit d8e8989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servapps/Immich/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
],
"depends_on": [
"{ServiceName}-redis",
"{ServiceName}-database",
"{ServiceName}-database"
],
"routes": [
{
Expand Down Expand Up @@ -126,7 +126,7 @@
],
"depends_on": [
"{ServiceName}-redis",
"{ServiceName}-database",
"{ServiceName}-database"
],
"restart": "always"
},
Expand Down

0 comments on commit d8e8989

Please sign in to comment.