mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02: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 |