Connecting to Postgres running in a Docker container using psql
I'm trying to run a local Postgres database with the PostGIS extension, and then populate the database with a shapefile, without having to load the data in manually. I have a docker-compose.yml where I'm first using the postgis docker image…