Egyed Zoltán

Results 3 comments of Egyed Zoltán

Try to start a django container with shell and check the folder inside a running container, if it's not there then you should create it manually, but it's strange because...

Try to start the Nginx container with shell: `dc run --rm nginx shell` Then check the `/data/sock/uwsgi.sock` file and If it's not there then you should create it.

Can you show me the error message? It sounds like a permission problem, try to set the file permission to 777 and if it will start then we found the...