mushorg / tanner

He who flays the hide
GNU General Public License v3.0
220 stars 101 forks source link

Permissions error #394

Closed GSMcNamara closed 2 years ago

GSMcNamara commented 4 years ago

This:

LOGGER: log_debug: /tmp/tanner/tanner.log log_err: /tmp/tanner/tanner.err

in https://github.com/mushorg/tanner/blob/master/docker/tanner/dist/config.yaml causes a permission issue when trying to boot the Docker container. I changed the values to the following as a test and they seem to work:

LOGGER: log_debug: /var/log/tanner.log log_err: /var/log/tanner.err

However perhaps this location isn't ideal.

t3chn0m4g3 commented 4 years ago

It's designed to be started with the docker-compose.yml you can find here which creates the necessary permissions.