owntracks / docker-recorder

Docker image for OwnTracks Recorder
151 stars 68 forks source link

Allows all users to read /config/recorder.conf #59

Closed kirichkov closed 2 years ago

kirichkov commented 2 years ago

The Docker image adds /config/recorder.conf with mode 0640. When running the container using a non-root user this results in an error - "Cannot read defaults from /config/recorder.conf: Permission denied" This change will make the file readable by everyone and remove the error from the log

jpmens commented 2 years ago

I'm accepting this b/c when running in Docker it's basically "single user".

jpmens commented 2 years ago

Merged, thank you!