-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
file vs inline config #888
Comments
Yes. Why are you opening an issue on this? I strongly suggest to join the Traefik Slack channel for this kind of question ;) |
I've tried launching a traefik container via docker-compose without including the To be precise: The container is running, but the logs are empty, and the web ui page loads intermittently. |
@opichon
Is really not sufficient for us to investigate on this.
Have you at least tried to launch Traefik in DEBUG? |
logs are empty: that's because the log is empty (after launch). Nothing. Nada. And traefik is running in DEBUG mode. As I explained: the container is running, but the web ui page loads intermittently. |
Apologies: trawfik was indeed not running in DEBUG mode. However, having set logLevel = "DEBUG" in traefik.toml, the log is definitely not empty. Treafik is working, in the sense that trying to open one of the urls being proxied does open that url. However, the web ui is not working: every other time I refresh the page, I get an error message "server unreachable". When the web ui page does display, the providers section is empty. It looks like the Everything works fine if the |
The docs mention a
[docker]
config section in thetraefik.yoml
configuration file, but the example for running traefik via docker mention similar options on the command line:--web --docker --docker.domain=...
Are these 2 ways to set the configuration equivalent?
The text was updated successfully, but these errors were encountered: