Skip to content

Commit

Permalink
add DASHBOARD_HOSTNAME back to traefik.http.routers.dashboard.rule in…
Browse files Browse the repository at this point in the history
… docker-compose.yaml
  • Loading branch information
sebastian-luna-valero committed Sep 20, 2024
1 parent 8fbdc29 commit 9c6772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
image: "b4bz/homer:v24.05.1"
labels:
- "traefik.enable=true"
- "traefik.http.routers.dashboard.rule=HostRegexp(`{any:.+}`)"
- "traefik.http.routers.dashboard.rule=Host(`${DASHBOARD_HOSTNAME}`)"
- "traefik.http.routers.dashboard.entrypoints=websecure"
- "traefik.http.routers.dashboard.tls.certresolver=myresolver"
volumes_from:
Expand Down

0 comments on commit 9c6772b

Please sign in to comment.