Add challenge 9

This commit is contained in:
3wc
2025-07-29 17:29:38 +01:00
parent eab930b1f2
commit 9add5b2f82
2 changed files with 47 additions and 0 deletions

14
9/traefik.yml Normal file
View File

@ -0,0 +1,14 @@
api:
dashboard: true
insecure: true
debug: true
entryPoints:
web:
address: ":80"
serversTransport:
insecureSkipVerify: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
# exposedByDefault: false
network: proxy # Optional; Only use the "proxy" Docker network, even if containers are on multiple networks.