Skip to content

Commit

Permalink
Change startup command for Puma in Docker Compose (mastodon#28138)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan authored Dec 1, 2023
1 parent 440b80b commit 272592d
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 @@ -59,7 +59,7 @@ services:
image: ghcr.io/mastodon/mastodon:v4.2.0
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
command: bundle exec puma -C config/puma.rb
networks:
- external_network
- internal_network
Expand Down

0 comments on commit 272592d

Please sign in to comment.