TheHipbot / docker-web2py

web2py Docker files
13 stars 11 forks source link

Supervisord permission issue #2

Closed yusufk closed 7 years ago

yusufk commented 8 years ago

Howdy,

I tried building your Dockerfile using docker-compose but I keep getting: IOError: [Errno 13] Permission denied: '/var/log/supervisor/supervisord.log' on run.

Regards, Yusuf

TheHipbot commented 8 years ago

The image is public on the Docker hub. You can just use that image "thehipbot/web2py" in your docker-compose.yml. Building it yourself isn't necessary. That being said, if you would like to build the image yourself make sure that you also include all of the config files present in the repo as they are necessary to configure nginx and supervisor. If you are still having issues building the image I will need more information. I have no issue building it on OS X with Docker 1.12.

TheHipbot commented 7 years ago

Closed due to inactivity