-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Description
When deploying with updated traefik options, I got this error during mrsk deploy
Ensure Traefik is running...
INFO [3253ca90] Running docker run --name traefik --detach --restart unless-stopped --log-opt max-size=10m --publish 80:80 --volume /var/run/docker.sock:/var/run/docker.sock traefik --providers.docker --log.level=DEBUG --entryPoints.web.forwardedHeaders.insecure on 162.55.41.175
INFO [3253ca90] Finished in 0.382 seconds with exit status 125 (failed).
First deployment done with: no traefik options in yml config. Second deployment (when error occured) was done with these updated options:
traefik:
args:
entryPoints.web.address: ':80'
entryPoints.web.forwardedHeaders.insecure: trueosbre
Metadata
Metadata
Assignees
Labels
No labels