Archived
1
0
Fork 0

Adapt README to outline permissions even more required for docker setup

This commit is contained in:
Varakh 2022-01-23 11:20:18 +01:00
parent ab546d6536
commit fb578fd670

View file

@ -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