Add websockets to vaultwarden
This commit is contained in:
parent
86e1b4d579
commit
189a928e10
@ -1,4 +1,3 @@
|
|||||||
version: "3.6"
|
|
||||||
services:
|
services:
|
||||||
vaultwarden:
|
vaultwarden:
|
||||||
image: vaultwarden/server:latest
|
image: vaultwarden/server:latest
|
||||||
@ -7,6 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DOMAIN: "https://bitwarden.shoebottom.ca" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
|
DOMAIN: "https://bitwarden.shoebottom.ca" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||||
SIGNUPS_ALLOWED: "false" # Deactivate this with "false" after you have created your account so that no strangers can register
|
SIGNUPS_ALLOWED: "false" # Deactivate this with "false" after you have created your account so that no strangers can register
|
||||||
|
WEBSOCKETS_ENABLED: "true" # Enable push notifications and login requests
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed
|
- /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user