Update AdGuard and Traefik Docker Compose files for improved configuration clarity
This commit is contained in:
@@ -19,10 +19,7 @@ services:
|
||||
- "--providers.file.watch=true"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.traefik.rule=Host(`traefik.workstation`)"
|
||||
- "traefik.http.routers.traefik.entrypoints=websecure"
|
||||
- "traefik.http.routers.traefik.service=api@internal"
|
||||
- "traefik.http.routers.traefik.tls=true"
|
||||
- "traefik.docker.network=traefik-proxy"
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
Reference in New Issue
Block a user