Added information about chmod when using directory binding.
This commit is contained in:
parent
6c197985df
commit
5e8dc4bec3
@ -5,3 +5,9 @@ This repository contains Rainloop webmail Docker container build scripts and nec
|
|||||||
## Persistent things
|
## Persistent things
|
||||||
|
|
||||||
There are some things that should be preserved between container's restarts. Please, add new volume for ``/var/www/rainloop/data`` directory.
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user