Changed bw-data to vw-data according to the README
parent
016f9644b4
commit
5c521a5462
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue