Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancelot-Enguerrand authored Dec 23, 2024
1 parent eadc31b commit d56a89d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/haven/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"HAVEN_USER_EMAIL": "${HAVEN_USER_EMAIL}",
"HAVEN_USER_PASS": "${HAVEN_USER_PASSWORD}"
},
"dependsOn": [
"haven-db"
],
"dependsOn": ["haven-db"],
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/storage",
Expand Down

0 comments on commit d56a89d

Please sign in to comment.