From bd94d302913c020bd215e534d51596a3921f1192 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 25 Mar 2019 22:50:18 -0400 Subject: [PATCH] fix local_uid and gid --- _articles/hosting/install-on-premise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index f4a99251..8944906c 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -270,8 +270,8 @@ Manual installations lose the ability to automatically update certain dependenci Example: - LOCAL_UID=1000 - LOCAL_GID=1000 + LOCAL_UID=1000 + LOCAL_GID=1000 Otherwise, remove the `uid.env` mappings from `./docker/docker-compose.yml` and the containers will run as `nobody`. 12. Start your Bitwarden installation and access it at your configured hostname: