Corrected comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user