502 Bad Gateway #936

Closed
opened 2025-10-09 16:57:30 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @jgralfs on GitHub.

I am running vaultwarden/server:latest in an almalinux 9 container on a proxmox host unsing the nginx proxy manager as a proxy.

I am able to start the container and everything is working fine but after a few minutes I get 502 Bad Gateway errors. When restarting the container everything works again for a few minutes.

Originally created by @jgralfs on GitHub. I am running vaultwarden/server:latest in an almalinux 9 container on a proxmox host unsing the nginx proxy manager as a proxy. I am able to start the container and everything is working fine but after a few minutes I get 502 Bad Gateway errors. When restarting the container everything works again for a few minutes.
Author
Owner

@jgralfs commented on GitHub:

docker-compose.yml looks like this:

version: '3'
services:
 vaultwarden:
  image: vaultwarden/server:latest
  environment:
    SIGNUPS_ALLOWED: "false"
    ROCKET_ADDRESS: "0.0.0.0"
  restart: unless-stopped
  ports:
    - "80:80"
  volumes:
    - /srv/vaultwarden:/data
@jgralfs commented on GitHub: docker-compose.yml looks like this: ``` version: '3' services: vaultwarden: image: vaultwarden/server:latest environment: SIGNUPS_ALLOWED: "false" ROCKET_ADDRESS: "0.0.0.0" restart: unless-stopped ports: - "80:80" volumes: - /srv/vaultwarden:/data ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#936