diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index fc9da25..aabe8c4 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -3,10 +3,10 @@ version: '2' services: traefik: image: traefik:latest - command: --api # Using Rancher API - dns: - - 1.1.1.1 # Cloudflare Public DNS 1 - - 1.0.0.1 # Cloudflare Public DNS 2 + command: --api # Use Web Dashboard + dns: # Using Cloudflare DNS + - 1.1.1.1 + - 1.0.0.1 - 2606:4700:4700::1111 - 2606:4700:4700::1001 labels: @@ -17,7 +17,7 @@ services: io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} {{- end}} ports: - - "${DASHBOARD_PORT}:8080" + - "${DASHBOARD_PORT}:8080" # Traefik Dashboard - "80:80" # HTTP - "443:443" # HTTPS restart: always