Adapt README to outline permissions even more required for docker setup
This commit is contained in:
parent
ab546d6536
commit
fb578fd670
1 changed files with 3 additions and 0 deletions
|
@ -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
|
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.
|
`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
|
## Configuration
|
||||||
|
|
||||||
The main configuration file for the *web interface* is the `env` file located in `config/`. There's an example file
|
The main configuration file for the *web interface* is the `env` file located in `config/`. There's an example file
|
||||||
|
|
Reference in a new issue