changing the permissions are not necessarily needed

This commit is contained in:
Marco Kundt 2021-04-22 15:57:17 +02:00
parent bfe7e19064
commit 8dab4028fd

View File

@ -25,7 +25,7 @@ POSTGRES_DB=mattermost
## every config file inside */etc/nginx/conf.d* ending with a *.conf* file extension. ## 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 ## 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_IMAGE_TAG=alpine
NGINX_MATTERMOST_CONFIG=./nginx/mattermost.conf NGINX_MATTERMOST_CONFIG=./nginx/mattermost.conf