From 83fc215c817db17ecb77f4ecd31df1ea259d510e Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Wed, 2 Jan 2019 18:38:28 -0800 Subject: [PATCH] Update rails.md --- compose/rails.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/compose/rails.md b/compose/rails.md index 547ca7bda9..37c9ce009d 100644 --- a/compose/rails.md +++ b/compose/rails.md @@ -235,18 +235,6 @@ Removing network rails_default ``` -You can also stop the application with `Ctrl-C` in the same shell in which you -executed the `docker-compose up`. If you stop the app this way, and attempt to -restart it, you might get the following error: - -```none -web_1 | A server is already -running. Check /myapp/tmp/pids/server.pid. -``` - -To resolve this, delete the file `tmp/pids/server.pid`, and then restart the -application with `docker-compose up`. - ### Restart the application To restart the application run `docker-compose up` in the project directory.