We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In loki/promtail-config.yaml you wrote:
# replace "loki" with server address for external hosts - url: http://loki:3100/loki/api/v1/push
It won't work this way because in caddy/Caddyfile you use
basicauth /* { {$ADMIN_USER} {$ADMIN_PASSWORD_HASH} }
Actually, it is don't work for localhost too. Just when loki and promtail are in the same docker network
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In loki/promtail-config.yaml you wrote:
It won't work this way because in caddy/Caddyfile you use
Actually, it is don't work for localhost too. Just when loki and promtail are in the same docker network
The text was updated successfully, but these errors were encountered: