mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 15:03:26 +00:00
3 lines
255 B
Plaintext
3 lines
255 B
Plaintext
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 |