From 5e8dc4bec32dd5d5cab9ab9a209d9d57973cd86d Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 22 Dec 2019 23:27:12 +0500 Subject: [PATCH] Added information about chmod when using directory binding. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f9b91..6764ebb 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ This repository contains Rainloop webmail Docker container build scripts and nec ## Persistent things -There are some things that should be preserved between container's restarts. Please, add new volume for ``/var/www/rainloop/data`` directory. \ No newline at end of file +There are some things that should be preserved between container's restarts. Please, add new volume for ``/var/www/rainloop/data`` directory. + +If you're binding directory except of creating volume please do proper ``chown``: + +```shell +chown -R 100:101 /dir/with/data +``` \ No newline at end of file