config file explizit vorgegeben

This commit is contained in:
Czechman 2022-11-28 01:37:25 +01:00
parent eb009a7b73
commit 0607587157
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ services:
# The official v2 Traefik docker image
image: traefik:v2.9
# Enables the web UI and tells Traefik to listen to docker
# command:
command:
- "--configFile=/etc/traefik/traefik.toml"
# - "--api.insecure=true"
# - "--providers.docker=true"
# - "--certificatesresolvers.myresolver.acme.httpchallenge=true"