mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	add parsing of inline attachments
remove insecure chromium option fix html parsing
This commit is contained in:
		@@ -79,9 +79,6 @@ services:
 | 
			
		||||
  gotenberg:
 | 
			
		||||
    image: gotenberg/gotenberg:7.4
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    command:
 | 
			
		||||
      - "gotenberg"
 | 
			
		||||
      - "--chromium-disable-web-security"
 | 
			
		||||
 | 
			
		||||
  tika:
 | 
			
		||||
    image: ghcr.io/paperless-ngx/tika:latest
 | 
			
		||||
 
 | 
			
		||||
@@ -67,9 +67,6 @@ services:
 | 
			
		||||
  gotenberg:
 | 
			
		||||
    image: gotenberg/gotenberg:7.4
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    command:
 | 
			
		||||
      - "gotenberg"
 | 
			
		||||
      - "--chromium-disable-web-security"
 | 
			
		||||
 | 
			
		||||
  tika:
 | 
			
		||||
    image: ghcr.io/paperless-ngx/tika:latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user