Corrected comments

This commit is contained in:
William Miceli
2019-08-20 12:31:46 -04:00
parent d5039d06eb
commit 4b4f56752e

View File

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