Move acme email into environment variables
This commit is contained in:
parent
1bd27447ff
commit
2bd4807bca
|
@ -10,6 +10,7 @@ services:
|
|||
image: docker.io/traefik:latest
|
||||
command:
|
||||
- "--configFile=/traefik.toml"
|
||||
- "--acme.email=${ACME_MAIL:-info@example.com}"
|
||||
environment:
|
||||
- TRAEFIK_API_INSECURE=true
|
||||
networks:
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
dashboard = true
|
||||
|
||||
[acme]
|
||||
email = "info@example.com"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
|
|
Loading…
Reference in New Issue