Update serverlist.txt so that by default all lines are comments (#228)

This commit is contained in:
Joseph Gigantino 2025-06-25 08:34:10 -04:00 committed by GitHub
parent 02740e84b6
commit 1597800b89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 # 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.
<OR> # 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
docker-compose -f <full-local-path>/docker-compose.yml up -d # <OR>
# docker-compose -f <full-local-path>/docker-compose.yml up -d