mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
3 lines
203 B
Plaintext
3 lines
203 B
Plaintext
docker run -d --name bitwarden -v <full-local-path>:/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 |