mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-15 10:46:19 +00:00
Update serverlist.txt so that by default all lines are comments (#228)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
docker run -d --name bitwarden -v <full-local-path>\logs:/var/log/bitwarden -v <full-local-path>\bwdata:/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
|
||||
# Uncomment a line below and fill in the missing values or add your own. Every line in this file will be called by build.[sh|ps1] once the patched image is built.
|
||||
# docker run -d --name bitwarden -v <full-local-path>\logs:/var/log/bitwarden -v <full-local-path>\bwdata:/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
|
||||
|
||||
Reference in New Issue
Block a user