mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Add bind-ip 0.0.0.0 to docker-compose command
This commit is contained in:
		@@ -27,7 +27,7 @@ services:
 | 
			
		||||
        # value with nothing.
 | 
			
		||||
        environment:
 | 
			
		||||
            - PAPERLESS_OCR_LANGUAGES=
 | 
			
		||||
        command: ["gunicorn"]
 | 
			
		||||
        command: ["gunicorn", "-b", "0.0.0.0:8000"]
 | 
			
		||||
 | 
			
		||||
    consumer:
 | 
			
		||||
        build: ./
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user