Exposed port 8000

This commit is contained in:
Rishi Ghan
2026-01-01 17:47:25 -05:00
parent d0aad099de
commit 31c3475974

View File

@@ -36,6 +36,8 @@ services:
restart: unless-stopped
depends_on:
- paperless
ports:
- "8778:8000"
environment:
- PAPERLESS_URL=http://paperless:8000
- API_KEY=${PAPERLESS_API_TOKEN}