I added --restart unless-stopped to the docker run command to let vaultwarden restart itself after a crash for example.
I added it to my run command because I found vaultwarden stopped for unknown reasons (maybe because docker tries to safe resources if this is a thing).
And you don't have to manual start the container on every server restart.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/3620
**Author:** [@DenuxPlays](https://github.com/DenuxPlays)
**Created:** 6/25/2023
**Status:** ✅ Merged
**Merged:** 7/4/2023
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (1)
- [`e489452`](https://github.com/dani-garcia/vaultwarden/commit/e4894524e45ce478f8e2439cd05b6342696615d1) updated docker run command
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -1)
</details>
### 📄 Description
I added `--restart unless-stopped` to the docker run command to let vaultwarden restart itself after a crash for example.
I added it to my run command because I found vaultwarden stopped for unknown reasons (maybe because docker tries to safe resources if this is a thing).
And you don't have to manual start the container on every server restart.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3620
Author: @DenuxPlays
Created: 6/25/2023
Status: ✅ Merged
Merged: 7/4/2023
Merged by: @dani-garcia
Base:
main← Head:main📝 Commits (1)
e489452updated docker run command📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
I added
--restart unless-stoppedto the docker run command to let vaultwarden restart itself after a crash for example.I added it to my run command because I found vaultwarden stopped for unknown reasons (maybe because docker tries to safe resources if this is a thing).
And you don't have to manual start the container on every server restart.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.