Skip to content

Commit

Permalink
hotfix(docker): repaired compose yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Dec 13, 2023
1 parent 7310c2b commit b1e588f
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 @@ -52,7 +52,7 @@ services:
- "traefik.http.routers.webserver.rule=Host(`${HOSTNAME}`)"
- "traefik.http.services.webserver.loadbalancer.server.port=80"

- "traefik.http.middlewares.mywwwredirect.redirectregex.regex=^https://www\.(.*)"
- traefik.http.middlewares.mywwwredirect.redirectregex.regex=^https://www\.(.*)
- "traefik.http.middlewares.mywwwredirect.redirectregex.replacement=https://$${1}"
- "traefik.http.routers.webserver.middlewares=mywwwredirect"

Expand Down

0 comments on commit b1e588f

Please sign in to comment.