We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c047bd8 commit 2cb66e6Copy full SHA for 2cb66e6
run_self-hosting-image.sh
@@ -5,7 +5,7 @@ docker build . -f self-host/Dockerfile -t bitwarden/passwordless
5
docker run \
6
--name passwordless \
7
-p 5701:5701 \
8
- -e BWP_DOMAIN=yourdomain.com \
+ -e BWP_DOMAIN=example.com \
9
-e BWP_ENABLE_SSL=false \
10
-v /your/path/passwordless-self-hosting:/etc/bitwarden_passwordless \
11
bitwarden/passwordless
self-host/settings.env
@@ -3,7 +3,7 @@
3
#####################
4
# Server hostname
-BWP_DOMAIN=passwordless.yourdomain.com
+BWP_DOMAIN=passwordless.example.com
# Port your application is publicly accessed on.
BWP_PORT=5701
0 commit comments