Remove Puma pidfile before boot if container receives SIGTERM (#7052)

This commit is contained in:
Isatis 2018-05-25 09:50:31 -07:00 committed by Eugen Rochko
parent 023fe5181b
commit c7ac039697
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
image: tootsuite/mastodon
restart: always
env_file: .env.production
command: bundle exec rails s -p 3000 -b '0.0.0.0'
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000 -b '0.0.0.0'"
networks:
- external_network
- internal_network