From 13ac3bf192666786c1412b2cd915d4490464a31d Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Sat, 6 Feb 2021 16:52:17 +0100 Subject: [PATCH] Updated Using Docker Compose (markdown) --- Using-Docker-Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 52d9025..73b92e7 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -80,7 +80,7 @@ docker-compose down ``` stops and destroys the containers. -If there's no need for websocket notifications, you can run Bitwarden_rs alone. Here's my example. Actually I'm running Bitwarden_rs on my Raspberry Pi and I'm using bitwardenrs/server:raspberry image. If you want to do the same, remember to change it to the example. +If there's no need for websocket notifications, you can run Bitwarden_rs alone. Here's my example. Actually I'm running Bitwarden_rs on my Raspberry Pi and I'm using bitwardenrs/server image. If you want to do the same, remember to change it to the example. ```yml # docker-compose.yml version: '3'