From 54d8c022c80b9599533c70208ff037445366855f Mon Sep 17 00:00:00 2001 From: lumpsoid <79290581+lumpsoid@users.noreply.github.com> Date: Sat, 25 Nov 2023 15:53:39 +0000 Subject: [PATCH] ```yaml blocks Co-authored-by: William Desportes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffe68e09e0e..87882311155 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ docker run -d --name vaultwarden -v /vw-data/:/data/ --restart unless-stopped -p This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you. ### Using docker compose -``` +```yaml services: vaultwarden: container_name: vaultwarden @@ -59,7 +59,7 @@ and `docker compose up` or `docker compose up -d` to pull and run conteiner. the left side of `volumes:` is where you can find vaultwarden data on you PC relative to the folder where you store the docker-compose.yml file example: -``` +```yaml vaultwarden-dir/ docker-compose.yml vw-data/