From 660c8f8d7e42a0f459d3b5ae58aa5f2952ea7c25 Mon Sep 17 00:00:00 2001 From: 10 <10@users.noreply.gitlab.com> Date: Sun, 18 Nov 2018 14:06:08 +0100 Subject: [PATCH] Use dockerhub instead of gitlab registry for README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542cf619..ed6aff30 100644 --- a/README.md +++ b/README.md @@ -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.