Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show traefik start failure details in output #411

Closed
b1rdex opened this issue Aug 8, 2023 · 0 comments
Closed

Show traefik start failure details in output #411

b1rdex opened this issue Aug 8, 2023 · 0 comments

Comments

@b1rdex
Copy link

b1rdex commented Aug 8, 2023

Ensure Traefik is running...
  INFO [084e5136] Running docker login cr.yandex -u [REDACTED] -p [REDACTED] on x.x.x.x
  INFO [084e5136] Finished in 0.566 seconds with exit status 0 (successful).
  INFO [3bf0de32] Running docker run --name traefik --detach --restart unless-stopped --publish 80:80 --volume /var/run/docker.sock:/var/run/docker.sock --log-opt max-size="10m" traefik:v2.9 --providers.docker --log.level="DEBUG" on x.x.x.
  INFO [3bf0de32] Finished in 0.727 seconds with exit status 126 (failed).
Ensure app can pass healthcheck...
<skipped>

For me, the reason was docker rootless mode – can't bind on port <1024 (docker shows a pretty error with explanation on how to fix). But to get the details, I had to ssh and redo the command myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant