Files
docker-whmcs/_base/data/traefik/traefik.toml
EdyTheCow f254a6fd06 Optimize, clean up and comments
- Add comments to .env
- Place basic auth directly into labels instead
- Remove whmcs data folders, these are now created automatically
2025-10-09 17:35:27 +02:00

19 lines
393 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[entryPoints]
[entryPoints.web]
address = ":80"
[entryPoints.websecure]
address = ":443"
[providers.docker]
exposedbydefault = false
[certificatesResolvers.letsencrypt.acme]
email = "admin@your_domain.com"
storage = "acme.json"
[certificatesResolvers.letsencrypt.acme.httpChallenge]
entryPoint = "web"