I followed this tutorial: https://thoughtbot.com/blog/rails-on-docker
When I run ...
docker-compose run web rake db:create db:setup
... I get this error:
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?