Fixed vaultvarden backup script naming

This commit is contained in:
naz 2023-08-03 17:04:24 +08:00
parent 356dee3b2d
commit 28ef4b98c9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ only the server is a different implementation.
* `vaultwarden_data/` - a directory storing vaultwarden's data * `vaultwarden_data/` - a directory storing vaultwarden's data
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to run the container * `docker-compose.yml` - a docker compose file, telling docker how to run the container
* `bitwarden-backup-script.sh` - a backup script, to be run daily * `vaultwarden-backup-script.sh` - a backup script, to be run daily
Only the files are required. The directories are created on the first run. Only the files are required. The directories are created on the first run.