1 min readJul 29, 2019
Hi Kevin, there’s a few things you need to adjust if running postgresql.
- Docker image needs to be postgresql, not mysql. You can find it here https://hub.docker.com/_/postgres
- Python code needs to be adjusted as connecting to postgresql is slightly different to mysql.