Compare commits

...

2 Commits

2 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,7 @@ services:
image: docker.io/traefik:latest image: docker.io/traefik:latest
command: command:
- "--configFile=/traefik.toml" - "--configFile=/traefik.toml"
- "--acme.email=${ACME_MAIL:-info@example.com}"
environment: environment:
- TRAEFIK_API_INSECURE=true - TRAEFIK_API_INSECURE=true
networks: networks:

View File

@ -17,7 +17,6 @@
dashboard = true dashboard = true
[acme] [acme]
email = "info@example.com"
storage = "acme.json" storage = "acme.json"
entryPoint = "https" entryPoint = "https"
onHostRule = true onHostRule = true
@ -25,7 +24,6 @@
entryPoint = "http" entryPoint = "http"
[providers] [providers]
# [providers.docker]
[providers.file] [providers.file]
directory = "/traefik.conf.d/" directory = "/traefik.conf.d/"
watch = true watch = true