Compare commits

...

3 Commits

Author SHA1 Message Date
Joseph Gigantino
3a1218cb51
Merge d56e51596b into 02740e84b6 2025-06-13 13:40:46 -04:00
Joseph Gigantino
d56e51596b
Merge branch 'unified' into patch-1 2025-06-13 13:40:44 -04:00
Joseph Gigantino
229894f944
Update serverlist.txt so that by default all lines are comments 2025-03-29 19:17:51 -04:00

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