Skip to content

Commit

Permalink
Add isMain, so traefik labels can be applied properly
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Sep 22, 2024
1 parent c9c9668 commit 73ff328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/homepage/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"hostPath": "${APP_DATA_DIR}/data/:/app/config",
"containerPath": "/app/config"
}
]
],
"isMain": true
}
]
}
}

0 comments on commit 73ff328

Please sign in to comment.