Files
Trilium/apps/server/docker/traefik/traefik.yml

16 lines
233 B
YAML
Raw Normal View History

entryPoints:
web:
address: ":8090"
http:
encodedCharacters:
allowEncodedSlash: true
allowEncodedHash: true
providers:
file:
directory: "/etc/traefik/dynamic"
watch: true
log:
level: INFO