summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stanclift <mx@vmstan.com>2023-12-01 05:06:37 -0600
committerGitHub <noreply@github.com>2023-12-01 11:06:37 +0000
commit272592d16d40e804ec325ef3b5e6de9bbad5f2dd (patch)
treea50cf6fc0e238e6ee0b85ecabecd38a1a269cb12
parent440b80b2e795c21a22de4514160679e68561d98b (diff)
Change startup command for Puma in Docker Compose (#28138)
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index bcfa4c85f1b..93451d96110 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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