removed stray dollars
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-05 16:44:53 -07:00
parent d219d5041c
commit 003f1d249f

View file

@ -15,7 +15,7 @@ services:
# REMOVED: --api.insecure=true (We will route the dashboard securely via Traefik labels instead)
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--providers.docker.network=${$REQUIRED_NETWORKS}" # Ensure these are correct!
- "--providers.docker.network=${REQUIRED_NETWORKS}" # Ensure these are correct!
- "--providers.file.directory=/etc/traefik/dynamic"
- "--providers.file.watch=true"