curl install in yaml ergänzt
This commit is contained in:
parent
9f901671c7
commit
ec42e12b34
|
|
@ -5,6 +5,7 @@ services:
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.9"
|
image: "traefik:v2.9"
|
||||||
container_name: "traefik"
|
container_name: "traefik"
|
||||||
|
command: -- apk add -U curl
|
||||||
# command:
|
# command:
|
||||||
# - "-api=true"
|
# - "-api=true"
|
||||||
# - "-api.dashboard=true"
|
# - "-api.dashboard=true"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue