From 5c521a54624cfa725bfdde50f8fed3f4f8abe41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 20:20:17 +0200 Subject: [PATCH] Changed bw-data to vw-data according to the README --- Caddy-2.x-with-Cloudflare-DNS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddy-2.x-with-Cloudflare-DNS.md b/Caddy-2.x-with-Cloudflare-DNS.md index 56db9f6..9e48aef 100644 --- a/Caddy-2.x-with-Cloudflare-DNS.md +++ b/Caddy-2.x-with-Cloudflare-DNS.md @@ -61,7 +61,7 @@ services: image: vaultwarden/server restart: always volumes: - - $PWD/bw-data:/data + - $PWD/vw-data:/data environment: WEBSOCKET_ENABLED: 'true' # Required to use websockets SIGNUPS_ALLOWED: 'false' # set to false to disable signups