mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Add extra option
This commit is contained in:
parent
97d2869547
commit
7636c5b344
|
@ -1 +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>:/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
|
|
@ -46,6 +46,7 @@ Now that you've set up your build environment, we need to specify which servers
|
||||||
The scripts supports running and patching multi instances.
|
The scripts supports running and patching multi instances.
|
||||||
|
|
||||||
Edit the .servers/serverlist.txt file and fill in the missing values, they can be replaced with existing installation values.
|
Edit the .servers/serverlist.txt file and fill in the missing values, they can be replaced with existing installation values.
|
||||||
|
This file may be empty, but there will be no containers will be spun up automatically.
|
||||||
|
|
||||||
Now it is time to **run the main build script** to generate a modified version of the `bitwarden/self-host` docker image and the license generator.
|
Now it is time to **run the main build script** to generate a modified version of the `bitwarden/self-host` docker image and the license generator.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user