From 63c8cf07d1ea24ddc2d9cfa955d567bf6e6447c2 Mon Sep 17 00:00:00 2001 From: 10 <2408212-10@users.noreply.gitlab.com> Date: Mon, 25 Jan 2021 22:10:43 +0100 Subject: [PATCH] Added multi-ach support to README.md Removed hints to rpi3 tag since it is obsolete right now --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3bbde1..7826832 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ 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. +Since version v0.0.7 you can always use the `latest` tag, since the image is build with +multi-arch support. Of course you can always use the version tags `vx.y.z` to stick +to a specific version. Note however that there will be no security updates for the +alpine base image if you stick to a version. + +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.