Skip to content

Commit

Permalink
chore: remove unnecessary Traefik config line
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 4, 2023
1 parent aa29ab4 commit b07607e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.phoenix-todo-list.rule=Host(`${PHX_HOST:?}`)"
- "traefik.http.routers.phoenix-todo-list.middlewares=redirect-www-to-non-www@file"
- "traefik.http.routers.phoenix-todo-list.entrypoints=websecure"
- "traefik.http.routers.phoenix-todo-list.tls.certresolver=letsencrypt"

0 comments on commit b07607e

Please sign in to comment.