mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 11:19:21 -07:00
Changed bw-data to vw-data according to the README
@@ -61,7 +61,7 @@ services:
|
|||||||
image: vaultwarden/server
|
image: vaultwarden/server
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/bw-data:/data
|
- $PWD/vw-data:/data
|
||||||
environment:
|
environment:
|
||||||
WEBSOCKET_ENABLED: 'true' # Required to use websockets
|
WEBSOCKET_ENABLED: 'true' # Required to use websockets
|
||||||
SIGNUPS_ALLOWED: 'false' # set to false to disable signups
|
SIGNUPS_ALLOWED: 'false' # set to false to disable signups
|
||||||
|
|||||||
Reference in New Issue
Block a user