From 8b734d833d244cde99042d870e07df51d6555bb2 Mon Sep 17 00:00:00 2001 From: Andras <51884166+kovacs-andras@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:14:42 +0200 Subject: [PATCH] filename typo (#558) --- _articles/hosting/install-on-premise-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/hosting/install-on-premise-manual.md b/_articles/hosting/install-on-premise-manual.md index 539bad1c..06c015ac 100644 --- a/_articles/hosting/install-on-premise-manual.md +++ b/_articles/hosting/install-on-premise-manual.md @@ -33,7 +33,7 @@ Complete the following steps to install Bitwarden manually: 2. Create a new directory named `bwdata` and extract the `docker-stub.zip` archive to it: ``` - unzip docker-sub.zip -d bwdata + unzip docker-stub.zip -d bwdata ``` The created directory matches what the `./docker/docker-compose.yml` file's mapped volumes expect, however you are free to change the location of these mappings on the host machine if desired.