Skip to content

Commit

Permalink
Merge pull request #1262 from samvera-labs/clear_pid
Browse files Browse the repository at this point in the history
Clear the puma pidfile when docker restarts
  • Loading branch information
mjgiarlo committed Jun 21, 2017
2 parents 44dad57 + f75fad2 commit d0465de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:

web:
extends: app
command: bundle exec rails server -p 3000 -b '0.0.0.0'
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails server -p 3000 -b '0.0.0.0'"
depends_on:
- db
- solr
Expand Down

0 comments on commit d0465de

Please sign in to comment.