From 29ace7230d78cbc42670e55e9a718edd289bddfc Mon Sep 17 00:00:00 2001 From: Kofl Date: Mon, 8 Jun 2020 19:57:56 +0200 Subject: [PATCH] Updated Updating the bitwarden image (markdown) --- Updating-the-bitwarden-image.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Updating-the-bitwarden-image.md b/Updating-the-bitwarden-image.md index 8a1d547..0ccb54a 100644 --- a/Updating-the-bitwarden-image.md +++ b/Updating-the-bitwarden-image.md @@ -34,6 +34,13 @@ docker rm bitwarden_data # Alternatively you can keep data container around for future updates in which case you can skip last step. ``` +## Updating when using docker-compose + +```sh +docker-compose stop +docker-compose pull +docker-compose start +``` ## Updating when using systemd service (in this case Debian/Raspbian)