Updated services params
This commit is contained in:
		
							parent
							
								
									540ae6558d
								
							
						
					
					
						commit
						5c0b444e9c
					
				@ -4,6 +4,9 @@ services:
 | 
				
			|||||||
    build: 
 | 
					    build: 
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      dockerfile: Dockerfile
 | 
					      dockerfile: Dockerfile
 | 
				
			||||||
 | 
					    restart: always
 | 
				
			||||||
 | 
					    tty: true
 | 
				
			||||||
 | 
					    container_name: app
 | 
				
			||||||
    command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
 | 
					    command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "4567:4567"
 | 
					      - "4567:4567"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user