Files
Trilium/apps/server/docker/traefik/traefik.yml
2025-12-06 21:51:56 +02:00

16 lines
233 B
YAML

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