Not starting after updating #607

Closed
opened 2025-10-09 16:41:10 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @niklask52t on GitHub.

Subject of the issue

Not starting after updating

Deployment environment

I have the container with following konfiguration

docker run -d --restart=always --name vaultwarden \
  -e DOMAIN=https://DOMAIN \
  -e SMTP_HOST=smtp.HOST.MAIL \
  -e SMTP_FROM=mail@MAIL.MAIL \
  -e SMTP_PORT=465 \
  -e SMTP_SSL=false \
  -e SMTP_EXPLICIT_TLS=true \
  -e SMTP_USERNAME=mail@MAIL.MAIL \
  -e SMTP_PASSWORD=PASSWORD\
  -e SIGNUPS_ALLOWED=false \
  -e SIGNUPS_VERIFY=true \
  -e TRASH_AUTO_DELETE_DAYS=7 \
  -v /DATAPATH/:/data/ \
  -p IP:PORT \
  vaultwarden/server:latest

it was running fine, but everytime i try to update it, the container is not starting after and keep restarting

  • vaultwarden version: 2023.5.0

  • Install method: Docker

Originally created by @niklask52t on GitHub. ### Subject of the issue Not starting after updating ### Deployment environment I have the container with following konfiguration ``` docker run -d --restart=always --name vaultwarden \ -e DOMAIN=https://DOMAIN \ -e SMTP_HOST=smtp.HOST.MAIL \ -e SMTP_FROM=mail@MAIL.MAIL \ -e SMTP_PORT=465 \ -e SMTP_SSL=false \ -e SMTP_EXPLICIT_TLS=true \ -e SMTP_USERNAME=mail@MAIL.MAIL \ -e SMTP_PASSWORD=PASSWORD\ -e SIGNUPS_ALLOWED=false \ -e SIGNUPS_VERIFY=true \ -e TRASH_AUTO_DELETE_DAYS=7 \ -v /DATAPATH/:/data/ \ -p IP:PORT \ vaultwarden/server:latest ``` it was running fine, but everytime i try to update it, the container is not starting after and keep restarting * vaultwarden version: 2023.5.0 * Install method: Docker
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#607