config file explizit vorgegeben
This commit is contained in:
parent
eb009a7b73
commit
0607587157
|
|
@ -9,7 +9,8 @@ services:
|
||||||
# The official v2 Traefik docker image
|
# The official v2 Traefik docker image
|
||||||
image: traefik:v2.9
|
image: traefik:v2.9
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
# command:
|
command:
|
||||||
|
- "--configFile=/etc/traefik/traefik.toml"
|
||||||
# - "--api.insecure=true"
|
# - "--api.insecure=true"
|
||||||
# - "--providers.docker=true"
|
# - "--providers.docker=true"
|
||||||
# - "--certificatesresolvers.myresolver.acme.httpchallenge=true"
|
# - "--certificatesresolvers.myresolver.acme.httpchallenge=true"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue