Rename .yaml into .yml
This commit is contained in:
29
mounts/traefik/config/traefik.yml
Normal file
29
mounts/traefik/config/traefik.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
providers:
|
||||
docker:
|
||||
endpoint: tcp://docker:2375
|
||||
exposedByDefault: false
|
||||
network: traefik
|
||||
|
||||
serverstransport:
|
||||
insecureskipverify: true
|
||||
|
||||
api:
|
||||
insecure: true
|
||||
|
||||
accessLog: {}
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: :80
|
||||
http:
|
||||
# redirections:
|
||||
# entryPoint:
|
||||
# to: websecure
|
||||
# scheme: https
|
||||
websecure:
|
||||
address: :443
|
||||
http:
|
||||
tls: {}
|
||||
|
||||
global:
|
||||
sendAnonymousUsage: false
|
||||
Reference in New Issue
Block a user