From 273110b75efd25f2fa4ce258813df4514e0d5259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 20:21:24 +0200 Subject: [PATCH] Changed bw-data to vw-data according to the README --- Disable-admin-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable-admin-token.md b/Disable-admin-token.md index 69061b0..c159546 100644 --- a/Disable-admin-token.md +++ b/Disable-admin-token.md @@ -5,7 +5,7 @@ If you have another method you would like to use for authentication to the `/adm ```sh docker run -d --name bitwarden \ -e DISABLE_ADMIN_TOKEN=true \ - -v /bw-data/:/data/ \ + -v /vw-data/:/data/ \ -p 80:80 \ vaultwarden/server:latest ``` \ No newline at end of file