diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index 6c33a7a..b802e71 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -3,6 +3,7 @@ services: traefik: image: traefik:latest + command: --api --docker labels: {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} @@ -10,6 +11,7 @@ services: ports: - "80:80" - "443:443" + - "8080:8080" restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock