Compare commits
No commits in common. "2bd4807bca28d75a979247934e156611effc3409" and "6c321954ad531f05a53f08d47585eeb8e6f516aa" have entirely different histories.
2bd4807bca
...
6c321954ad
|
@ -10,7 +10,6 @@ services:
|
|||
image: docker.io/traefik:latest
|
||||
command:
|
||||
- "--configFile=/traefik.toml"
|
||||
- "--acme.email=${ACME_MAIL:-info@example.com}"
|
||||
environment:
|
||||
- TRAEFIK_API_INSECURE=true
|
||||
networks:
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
dashboard = true
|
||||
|
||||
[acme]
|
||||
email = "info@example.com"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
|
@ -24,6 +25,7 @@
|
|||
entryPoint = "http"
|
||||
|
||||
[providers]
|
||||
# [providers.docker]
|
||||
[providers.file]
|
||||
directory = "/traefik.conf.d/"
|
||||
watch = true
|
||||
|
|
Loading…
Reference in New Issue