Removed param tty
This commit is contained in:
		
							parent
							
								
									4dbbf81e95
								
							
						
					
					
						commit
						6ed10ff8e2
					
				@ -5,7 +5,6 @@ services:
 | 
				
			|||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      dockerfile: Dockerfile
 | 
					      dockerfile: Dockerfile
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    tty: true
 | 
					 | 
				
			||||||
    container_name: app
 | 
					    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:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user