Add extra option

This commit is contained in:
Michiel Hazelhof 2023-01-03 13:13:19 +01:00
parent 97d2869547
commit 7636c5b344
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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.
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.