Fix portfw traefik

This commit is contained in:
soraefir
2026-05-08 23:18:43 +02:00
parent 0c60bbbaa8
commit 4c684cf9b1

View File

@@ -41,7 +41,7 @@ in {
"--entrypoints.web-secure.transport.respondingtimeouts.readtimeout=0s" "--entrypoints.web-secure.transport.respondingtimeouts.readtimeout=0s"
"--entrypoints.web-secure.proxyprotocol.trustedips=127.0.0.1/32,192.168.1.1/16,10.10.0.0/16" "--entrypoints.web-secure.proxyprotocol.trustedips=127.0.0.1/32,192.168.1.1/16,10.10.0.0/16"
]; ];
ports = [ "443" "80" ]; ports = [ "443:443" "80:80" ];
volumes = [ volumes = [
"/var/run/docker.sock:/var/run/docker.sock:ro" "/var/run/docker.sock:/var/run/docker.sock:ro"
# "${serverCfg.configPath}/traefik/traefik.yaml:/etc/traefik/traefik.yaml" # "${serverCfg.configPath}/traefik/traefik.yaml:/etc/traefik/traefik.yaml"