docker-nginx-django-channels
docker-nginx-django-channels copied to clipboard
Docker installation doesn't work
I ran the steps for docker and had a poke around in the containers. I also checked running docker-compose with django default server instead of daphne. No issues but visiting localhost, or http://127.0.0.1:8000/ has "This site can’t be reached"
No errors.
I'm not sure if the docker version works anymore. It's not working for me anyway
I tried this again and followed the steps to run. No matter what host I try I don't get anything in the console and cannot connect to index page. The app is running and both servers for web and async are working but cannot connect to backend via webpage.