Run on port 5001
This commit is contained in:
		
							parent
							
								
									a192c1951d
								
							
						
					
					
						commit
						6b2b8bb1b3
					
				| 
						 | 
					@ -6,7 +6,7 @@ services:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      dockerfile: Dockerfile
 | 
					      dockerfile: Dockerfile
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "5000:5000"
 | 
					      - "5001:5000"
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - FLASK_ENV=production
 | 
					      - FLASK_ENV=production
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue