From 6168bf9de1fda7ae7dfece20bbb7a8683cf8be65 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 26 May 2024 22:59:29 -0600 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/RocketChat.md --- Docker & Kubernetes/Docker/Docker Compose/RocketChat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker & Kubernetes/Docker/Docker Compose/RocketChat.md b/Docker & Kubernetes/Docker/Docker Compose/RocketChat.md index 1d7513d..29473b8 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/RocketChat.md +++ b/Docker & Kubernetes/Docker/Docker Compose/RocketChat.md @@ -1,7 +1,7 @@ **Purpose**: Deploy a RocketChat and MongoDB database together. -!!! info Folder Pre-Creation - You need to make the folders for the Mongo database before launching the container stack for the first time. You can create the folder as well as adjust permissions with the following commands: +!!! caution Folder Pre-Creation + You need to make the folders for the Mongo database before launching the container stack for the first time. If you do not make this folder ahead of time, Mongo will give Permission Denied errors to the data directorry. You can create the folder as well as adjust permissions with the following commands: ``` sh mkdir -p /srv/containers/rocketchat/mongodb/data chmod -R 777 /srv/containers/rocketchat