Open kelvinhammond opened 7 years ago
A quick fix: chown -R 1000:1000 <the whole git repo>
seems to work.
I do not recommend doing this.
What OS are you running WR on? We generally run/test on Ubuntu, and seems that the permissions work as expected with Docker on Ubuntu, but maybe not on other distros. Will take a look.
I'm running on archlinux. I've had a few other docker containers do this too, changing he permissions seems to fix this.
I followed the instructions in the README.md for docker-compose. I saw these errors when checking the
docker logs webrecorder_app_1
I assume these certs need to be generated. I'll try that but can the webrecorder or dockerfile be updated add exact commands to README.md or have the webrecorder do it automatically?