From 189a928e1079c1e5e45bc09a8afbfa9cade67e02 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 25 Oct 2024 10:59:25 -0300 Subject: [PATCH] Add websockets to vaultwarden --- bitwarden/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden/docker-compose.yml b/bitwarden/docker-compose.yml index 42ebe41..fe9425f 100644 --- a/bitwarden/docker-compose.yml +++ b/bitwarden/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.6" services: vaultwarden: image: vaultwarden/server:latest @@ -7,6 +6,7 @@ services: 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 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: - /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed ports: