Remove Puma pidfile before boot if container receives SIGTERM (#7052)
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user