diff --git a/README.md b/README.md index 4c86186..e16585e 100755 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ This probably happens when you're in the docker setup. Ensure that host binds ha which is used in the docker container is `nobody` with id `65534`. If, e.g. logs are host bound, then execute `chown -R 65534:65534 host/path/to/log`. The same holds true for snapshots. +In the below `docker-compose.yml` file it's advised to execute the following command when you're in the _same_ directory +as the `docker-compose.yml` file resides in: `chown -R 65534:65534 env snapshots log`. + ## Configuration The main configuration file for the *web interface* is the `env` file located in `config/`. There's an example file