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
command:
- "--configFile=/traefik.toml"
- "--acme.email=${ACME_MAIL:-info@example.com}"
environment:
- TRAEFIK_API_INSECURE=true
networks:

View File

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