Closed chance-nelson closed 5 years ago
fixes #13
Remove the NGINX container from docker-compose.yml, and directly map gunicorn port 8000 to the host system
docker-compose.yml
Fixed this, you can now connect to the API via port 8000 on your local machine.
fixes #13
Remove the NGINX container from
docker-compose.yml
, and directly map gunicorn port 8000 to the host system