Fix portfw traefik
This commit is contained in:
@@ -41,7 +41,7 @@ in {
|
||||
"--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"
|
||||
];
|
||||
ports = [ "443" "80" ];
|
||||
ports = [ "443:443" "80:80" ];
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
# "${serverCfg.configPath}/traefik/traefik.yaml:/etc/traefik/traefik.yaml"
|
||||
|
||||
Reference in New Issue
Block a user