Update README.md (#85)

This commit is contained in:
Icereed 2025-01-07 09:25:02 +01:00 committed by GitHub
parent 0a98135286
commit f0dbc709ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,6 @@ services:
AUTO_OCR_TAG: 'paperless-gpt-ocr-auto' # Optional, default is 'paperless-gpt-ocr-auto' AUTO_OCR_TAG: 'paperless-gpt-ocr-auto' # Optional, default is 'paperless-gpt-ocr-auto'
LOG_LEVEL: 'info' # Optional or 'debug', 'warn', 'error' LOG_LEVEL: 'info' # Optional or 'debug', 'warn', 'error'
LISTEN_INTERFACE: '127.0.0.1:8080' # Optional, default is ':8080' LISTEN_INTERFACE: '127.0.0.1:8080' # Optional, default is ':8080'
WEBUI_PATH: '/usr/share/paperless-gpt/webui' # Optional, default is './web-app/dist'
volumes: volumes:
- ./prompts:/app/prompts # Mount the prompts directory - ./prompts:/app/prompts # Mount the prompts directory
ports: ports: