mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	Merge pull request #270 from dev-rke/patch-2
#248: fix missing CSS I'm not thrilled about this and would much rather have Nginx running to do the job, but I just don't have the time to do that right now. As Pit says, this is better than leaving DEBUG on.
This commit is contained in:
		| @@ -17,7 +17,7 @@ services: | |||||||
|         # value with nothing. |         # value with nothing. | ||||||
|         environment: |         environment: | ||||||
|             - PAPERLESS_OCR_LANGUAGES= |             - PAPERLESS_OCR_LANGUAGES= | ||||||
|         command: ["runserver", "0.0.0.0:8000"] |         command: ["runserver", "--insecure", "0.0.0.0:8000"] | ||||||
|  |  | ||||||
|     consumer: |     consumer: | ||||||
|         image: pitkley/paperless |         image: pitkley/paperless | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn