diff --git a/.servers/serverlist.txt b/.servers/serverlist.txt index 2ca4fb7..2c8dff0 100644 --- a/.servers/serverlist.txt +++ b/.servers/serverlist.txt @@ -1 +1,3 @@ -docker run -d --name bitwarden -v :/etc/bitwarden -p 80:8080 --env-file \settings.env bitwarden-patch \ No newline at end of file +docker run -d --name bitwarden -v :/etc/bitwarden -p 80:8080 --env-file \settings.env bitwarden-patch + +docker-compose -f /docker-compose.yml up -d \ No newline at end of file diff --git a/README.md b/README.md index 68c4ff6..e700898 100644 --- a/README.md +++ b/README.md @@ -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.