Skip to content
Snippets Groups Projects
Unverified Commit 272592d1 authored by Michael Stanclift's avatar Michael Stanclift Committed by GitHub
Browse files

Change startup command for Puma in Docker Compose (#28138)

parent 440b80b2
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ services: ...@@ -59,7 +59,7 @@ services:
image: ghcr.io/mastodon/mastodon:v4.2.0 image: ghcr.io/mastodon/mastodon:v4.2.0
restart: always restart: always
env_file: .env.production 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: networks:
- external_network - external_network
- internal_network - internal_network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment