mirror of https://github.com/Siphonay/mastodon
Change startup command for Puma in Docker Compose (#28138)
This commit is contained in:
parent
440b80b2e7
commit
272592d16d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue