admin Tnanks. I’ve raised a PR to clarify this in the readme.
Now I’ve added -p 8000:8000
to the docker run
command but I still get “empty response from server”, coult it be because django can’t connect to postgres?
Also I’ve installed postgres on macos, added the relevant entry in pg_hba.conf
and can successfully connect via TCP/IP with psql -h 192.168.0.17 -U postgres -W postgres
I’ve also added -e POSTGRES_DB_HOST=192.168.0.17
but it keeps trying to connect to localhost:5432
the IP is my laptop’s LAN IP