Upload files to "config"

This commit is contained in:
Jay Booker 2025-10-18 15:22:51 +09:00
parent b7c1c14a33
commit 7c8903fb52

17
config/traefik.yml Normal file
View 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