Korrektur
This commit is contained in:
parent
a7f27396aa
commit
76de480e0b
|
|
@ -9,10 +9,11 @@ services:
|
||||||
environment:
|
environment:
|
||||||
TIMEZONE: "Europe/Zurich"
|
TIMEZONE: "Europe/Zurich"
|
||||||
LOG_LEVEL: "info"
|
LOG_LEVEL: "info"
|
||||||
|
PAPERLESS_RAG_ENABLED: "true"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/paperless-ai:/app/data
|
- /opt/paperless-ai:/app/data
|
||||||
- /opt/paperless/data:/usr/src/paperless/data
|
- /opt/paperless/data:/usr/src/paperless/data
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "3020:3000"
|
- "3020:3000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue