Skip to content

Updating traefik options results to exit code 125  #140

@kimmobrunfeldt

Description

@kimmobrunfeldt

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: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions