Skip to content

Commit

Permalink
```yaml blocks
Browse files Browse the repository at this point in the history
Co-authored-by: William Desportes <[email protected]>
  • Loading branch information
lumpsoid and williamdes authored Nov 25, 2023
1 parent 73acc93 commit 54d8c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit 54d8c02

Please sign in to comment.