Change startup command for Puma in Docker Compose (#28138)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							440b80b2e7
						
					
				
				
					commit
					272592d16d
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user