Skip to content

Commit 660c8f8

Browse files
author
10
committed
Use dockerhub instead of gitlab registry for README.md
1 parent 478fc0c commit 660c8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ This command can be run via a CRON job everyday, however note that it will overw
455455

456456
Running the above command requires sqlite3 to be installed on the docker host system. You can achieve the same result with a sqlite3 docker container using the following command.
457457
```
458-
docker run --rm --volumes-from=bitwarden registry.gitlab.com/1o/bitwarden_rs-backup/bw_backup /backup.sh"
458+
docker run --rm --volumes-from=bitwarden bruceforce/bw_backup /backup.sh
459459
```
460460

461461
You can also run a container with integrated cron daemon to automatically backup your database. See https://gitlab.com/1O/bitwarden_rs-backup for examples.

0 commit comments

Comments
 (0)