diff options
author | 10 <[email protected]> | 2018-11-18 14:06:08 +0100 |
---|---|---|
committer | 10 <[email protected]> | 2018-11-18 14:06:08 +0100 |
commit | 660c8f8d7e42a0f459d3b5ae58aa5f2952ea7c25 (patch) | |
tree | 626438bab9a44fa8dcc95dab5692794c57f3b37c | |
parent | 478fc0c9dd99f75fed1a49f27e876474b4406477 (diff) | |
download | vaultwarden-660c8f8d7e42a0f459d3b5ae58aa5f2952ea7c25.tar.gz vaultwarden-660c8f8d7e42a0f459d3b5ae58aa5f2952ea7c25.zip |
Use dockerhub instead of gitlab registry for README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -455,7 +455,7 @@ This command can be run via a CRON job everyday, however note that it will overw 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. ``` -docker run --rm --volumes-from=bitwarden registry.gitlab.com/1o/bitwarden_rs-backup/bw_backup /backup.sh" +docker run --rm --volumes-from=bitwarden bruceforce/bw_backup /backup.sh ``` 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. |