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 (Dec 20, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4187
### 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @niklask52t on GitHub (Dec 20, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4187
Subject of the issue
Not starting after updating
Deployment environment
I have the container with following konfiguration
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