You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I do docker-compose stop I need to remove the container for explorer. Otherwise the container will stop after a while with Exit 1.
The logs show:
explorer_1 | [2015-10-23 09:24:42] ERROR SignalException: SIGTERM
explorer_1 | /usr/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
explorer_1 | pid-file for killed process 13 found (/explorer2/tmp/pids/delayed_job.pid), deleting.
explorer_1 | delayed_job: process with pid 13 started.
explorer_1 | A server is already running. Check /explorer2/tmp/pids/server.pid.
explorer_1 | => Booting WEBrick
explorer_1 | => Rails 3.2.22 application starting in production on http://0.0.0.0:3000
explorer_1 | => Call with -d to detach
explorer_1 | => Ctrl-C to shutdown server
explorer_1 | Exiting
The text was updated successfully, but these errors were encountered:
Whenever I do docker-compose stop I need to remove the container for explorer. Otherwise the container will stop after a while with Exit 1.
The logs show:
explorer_1 | [2015-10-23 09:24:42] ERROR SignalException: SIGTERM
explorer_1 | /usr/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
explorer_1 | pid-file for killed process 13 found (/explorer2/tmp/pids/delayed_job.pid), deleting.
explorer_1 | delayed_job: process with pid 13 started.
explorer_1 | A server is already running. Check /explorer2/tmp/pids/server.pid.
explorer_1 | => Booting WEBrick
explorer_1 | => Rails 3.2.22 application starting in production on http://0.0.0.0:3000
explorer_1 | => Call with -d to detach
explorer_1 | => Ctrl-C to shutdown server
explorer_1 | Exiting
The text was updated successfully, but these errors were encountered: