Add bind-ip 0.0.0.0 to docker-compose command
This commit is contained in:
		
							parent
							
								
									d390005c5c
								
							
						
					
					
						commit
						da586fc90a
					
				@ -27,7 +27,7 @@ services:
 | 
				
			|||||||
        # value with nothing.
 | 
					        # value with nothing.
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
            - PAPERLESS_OCR_LANGUAGES=
 | 
					            - PAPERLESS_OCR_LANGUAGES=
 | 
				
			||||||
        command: ["gunicorn"]
 | 
					        command: ["gunicorn", "-b", "0.0.0.0:8000"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    consumer:
 | 
					    consumer:
 | 
				
			||||||
        build: ./
 | 
					        build: ./
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user