vault backup: 2024-03-08 01:40:35

This commit is contained in:
2024-03-08 01:40:35 +08:00
parent aef81a0f9b
commit 507fe6b74d
2 changed files with 17 additions and 4 deletions

View File

@@ -73,4 +73,17 @@ services:
volumes:
freshrss-db:
```
```
# Bitwardenrs
```shell
docker run -d --name bitwardenrs \
--restart unless-stopped \
-e SIGNUPS_ALLOWED=false \
-e WEBSOCKET_ENABLED=true \
-v /www/wwwroot/demo/:/data/ \
-p 6666:80 \
-p 3012:3012 \
vaultwarden/server:latest
```