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-dev
Linux via git clone
When you start portainer, the hostname on traefik shows Host(`portainer.den.test`)||Host(`portainer.warden.test`). The docker compose file is wrong: https://github.com/wardenenv/warden/blob/main/docker/docker-compose.portainer.yml#L11
Host(`portainer.den.test`)||Host(`portainer.warden.test`)
- - traefik.http.routers.portainer.rule=Host(`portainer.${WARDEN_SERVICE_DOMAIN:-den.test}`)||Host(`portainer.warden.test`) + - traefik.http.routers.portainer.rule=Host(`portainer.${WARDEN_SERVICE_DOMAIN:-warden.test}`)||Host(`portainer.warden.test`)
The expected behavior is to have the same hostname twice if the WARDEN_SERVICE_DOMAIN constant is not configured differently.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version of Warden
in-dev
Operating System and Installation Method
Linux via git clone
Describe the Bug
When you start portainer, the hostname on traefik shows
Host(`portainer.den.test`)||Host(`portainer.warden.test`)
. The docker compose file is wrong:https://github.com/wardenenv/warden/blob/main/docker/docker-compose.portainer.yml#L11
To Reproduce
Expected Behavior
The expected behavior is to have the same hostname twice if the WARDEN_SERVICE_DOMAIN constant is not configured differently.
Additional context
No response
The text was updated successfully, but these errors were encountered: