Skip to content

Commit

Permalink
update traefik (remove www)
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Dec 21, 2023
1 parent d741da2 commit 4dc6c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.homepage.rule=Host(`unterrainer.info`)
- traefik.http.routers.homepage.middlewares=std-headers@file,https-redirect@file
- traefik.http.routers.homepage.middlewares=www-remove@file,std-headers@file,https-redirect@file
- traefik.http.services.homepage.loadbalancer.server.port=80

networks:
Expand Down

0 comments on commit 4dc6c91

Please sign in to comment.