I want to deploy my rails project using Docker. So I use Docker-Compose. But I get one weird error message. When run docker-compose up(this contains db-container with postgresql
What I have done, Is to go on the bash shell of docker:
docker-compose run web /bin/bash
then remove the following file
rm tmp/pids/server.pid
Hope that it help!