From cdc4774290312c28621c597a191cdd45a2736d3b Mon Sep 17 00:00:00 2001 From: Markus <2408212-1O@users.noreply.gitlab.com> Date: Mon, 4 Feb 2019 20:29:58 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 551c540..bba846f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # bitwarden_rs Backup -Docker Containers for bitwarden_rs Backup. +Docker Containers for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) Backup. ## Usage -The default tag `latest` should be used for a x86-64 system. If you try to run the container on a raspberry pi 3 you should use the tag `rpi3`. Also make sure that your bitwarden_rs container is named `bitwarden` otherwise you have to replace the container name in the `--volumes-from` section of the `docker run` call. +The default tag `latest` should be used for a x86-64 system. If you try to run the container on a raspberry pi 3 you should use the tag `rpi3`. Also make sure that your **bitwarden_rs container is named `bitwarden`** otherwise you have to replace the container name in the `--volumes-from` section of the `docker run` call. ### Automatic Backups A cron daemon is running inside the container and the container keeps running in background.