Rails server is still running in a new opened docker container

前端 未结 9 1357
面向向阳花
面向向阳花 2021-01-31 08:05

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

9条回答
  •  佛祖请我去吃肉
    2021-01-31 08:09

    for my work:

    docker-compose run web bash
    

    and then go folder by folder with the command cd (i am using win 7 toolbox) so in the end i use in the bash :

    rm tmp/pids/server.pid

提交回复
热议问题