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
I get 404 or Bad Gateway when accessing through the domain name
I can access the correct service through ip+port access
Operating System: OS: Debian 12 Arch: amd64 Dokploy version: v0.12.0' VPS Provider: Dogyun (https://www.dogyun.com/) What applications/services are you tying to deploy?:vaultwarden (https://github.com/dani-garcia/vaultwarden)
Docker Compose, Traefik
my domain setting my compose raw
version: '3' services: vaultwarden: image: vaultwarden/server:latest container_name: vaultwarden restart: always ports: - 38182:80 # - 127.0.0.1:3012:3012 environment: # WEBSOCKET_ENABLED: "true" DOMAIN: "https://~~~/" ICON_SERVICE: "bitwarden" DISABLE_ICON_DOWNLOAD: "true" ADMIN_TOKEN: "~~~" IP_HEADER: "X-Forwarded-For" SIGNUPS_ALLOWED: "false" volumes: - /opt/vw-data:/data
The text was updated successfully, but these errors were encountered:
Read here https://docs.dokploy.com/docs/core/troubleshooting#docker-compose-domain-not-working
Sorry, something went wrong.
Thanks! I finally solved it.
No branches or pull requests
To Reproduce
Current vs. Expected behavior
I get 404 or Bad Gateway when accessing through the domain name
I can access the correct service through ip+port access
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose, Traefik
Additional context
my domain setting
my compose raw
The text was updated successfully, but these errors were encountered: