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
|
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:
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
dashboard = true
|
dashboard = true
|
||||||
|
|
||||||
[acme]
|
[acme]
|
||||||
|
email = "info@example.com"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
onHostRule = true
|
onHostRule = true
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
entryPoint = "http"
|
entryPoint = "http"
|
||||||
|
|
||||||
[providers]
|
[providers]
|
||||||
|
# [providers.docker]
|
||||||
[providers.file]
|
[providers.file]
|
||||||
directory = "/traefik.conf.d/"
|
directory = "/traefik.conf.d/"
|
||||||
watch = true
|
watch = true
|
||||||
|
|
Loading…
Reference in New Issue