From 8dab4028fd911ea3e525422689ec4b11c6a1807d Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Thu, 22 Apr 2021 15:57:17 +0200 Subject: [PATCH] changing the permissions are not necessarily needed --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 7813da1..fdc1745 100644 --- a/env.example +++ b/env.example @@ -25,7 +25,7 @@ POSTGRES_DB=mattermost ## every config file inside */etc/nginx/conf.d* ending with a *.conf* file extension. ## Inside the container the uid and gid is 101. The folder owner can be set with -## `sudo chown -R 101:101 ./nginx`. +## `sudo chown -R 101:101 ./nginx` if needed. NGINX_IMAGE_TAG=alpine NGINX_MATTERMOST_CONFIG=./nginx/mattermost.conf