Update Proxy_Containers/traefik/traefik.yaml
This commit is contained in:
@@ -9,10 +9,10 @@ entryPoints:
|
||||
#http:
|
||||
# middlewares:
|
||||
# - crowdsec-bouncer@file
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
|
||||
websecure:
|
||||
address: :443
|
||||
@@ -21,14 +21,11 @@ entryPoints:
|
||||
# - crowdsec-bouncer@file
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
exposedByDefault: false
|
||||
file:
|
||||
filename: ./config.yml
|
||||
docker:
|
||||
endpoint: "tcp://socket-proxy:2375" # not the unix socket
|
||||
exposedByDefault: false
|
||||
file:
|
||||
filename: /config.yml
|
||||
|
||||
certificatesResolvers:
|
||||
cloudflare:
|
||||
|
||||
Reference in New Issue
Block a user