Skip to content
Snippets Groups Projects
Unverified Commit 92f83720 authored by Tom Moulard's avatar Tom Moulard
Browse files

portainer: updating traefik labels to v2.4

parent 9b68cb7e
Branches
Tags
No related merge requests found
...@@ -11,5 +11,6 @@ services: ...@@ -11,5 +11,6 @@ services:
restart: always restart: always
labels: labels:
- 'traefik.enable=true' - 'traefik.enable=true'
- 'traefik.frontend.rule=Host:portainer.${SITE}' - 'traefik.http.routers.portainer.rule=Host(`portainer.${SITE}`)'
- 'traefik.port=9000' - 'traefik.http.services.portainer.loadbalancer.server.port=9000'
- 'traefik.http.routers.portainer.middlewares=basic_auth@docker'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment