From 9c68f884df2eada7d94476ca19f20e51e177672e Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:45:19 +0100 Subject: [PATCH] Update README.md --- examples/mattermost/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/mattermost/README.md b/examples/mattermost/README.md index cb19d13..3dd1eb7 100644 --- a/examples/mattermost/README.md +++ b/examples/mattermost/README.md @@ -11,6 +11,4 @@ The bind volume permissions must be adjusted: sudo chown -R 2000:2000 /mnt/docker-volumes/mattermost/* ```` -Then rename `env.example` to `.env` and adjust to your needs. - Finally, run `docker compose up` to spawn the container.