adding plex and dynmic route
This commit is contained in:
@@ -9,17 +9,25 @@ entryPoints:
|
||||
permanent: true
|
||||
websecure:
|
||||
address: :443
|
||||
transport:
|
||||
respondingTimeouts:
|
||||
readTimeout: 600s
|
||||
idleTimeout: 600s
|
||||
ssh:
|
||||
address: ":22"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
exposedByDefault: false
|
||||
file:
|
||||
directory: /etc/traefik/dynamic
|
||||
watch: true
|
||||
api:
|
||||
insecure: false
|
||||
insecure: true
|
||||
dashboard: true
|
||||
log:
|
||||
level: DEBUG
|
||||
level: INFO
|
||||
accesslog:
|
||||
filepath: /var/log/traefik.log
|
||||
metrics:
|
||||
|
||||
Reference in New Issue
Block a user