mirror of
https://github.com/EdyTheCow/docker-whmcs.git
synced 2026-04-13 08:18:18 +00:00
- Add comments to .env - Place basic auth directly into labels instead - Remove whmcs data folders, these are now created automatically
19 lines
393 B
TOML
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" |