Upload files to "config"
This commit is contained in:
parent
b7c1c14a33
commit
7c8903fb52
17
config/traefik.yml
Normal file
17
config/traefik.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
global:
|
||||||
|
checkNewVersion: false
|
||||||
|
sendAnonymousUsage: false
|
||||||
|
log:
|
||||||
|
level: DEBUG
|
||||||
|
api:
|
||||||
|
dashboard: true
|
||||||
|
insecure: true
|
||||||
|
entryPoints:
|
||||||
|
web:
|
||||||
|
address: :80
|
||||||
|
websecure:
|
||||||
|
address: :443
|
||||||
|
providers:
|
||||||
|
docker:
|
||||||
|
endpoint: "unix://var/run/docker.sock"
|
||||||
|
exposedByDefault: false
|
||||||
Loading…
x
Reference in New Issue
Block a user