Add missing mount point

This commit is contained in:
Michiel Hazelhof 2023-01-03 15:24:31 +01:00
parent bad0ba5296
commit a9f3cef023
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
docker run -d --name bitwarden -v <full-local-path>:/etc/bitwarden -p 80:8080 --env-file <full-local-path>\settings.env bitwarden-patch
docker run -d --name bitwarden -v <full-local-path>\logs:/var/log/bitwarden -v <full-local-path>\bwdata:/etc/bitwarden -p 80:8080 --env-file <full-local-path>\settings.env bitwarden-patch
<OR>
docker-compose -f <full-local-path>/docker-compose.yml up -d