Fix Paperless port mapping to match nginx configuration (8080)

This commit is contained in:
Stiftung Development
2025-09-09 23:00:20 +02:00
parent 3506913915
commit bbd0fce636

View File

@@ -60,7 +60,7 @@ services:
paperless: paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
ports: ports:
- "8000:8000" - "8080:8000"
environment: environment:
- PAPERLESS_REDIS=redis://redis:6379 - PAPERLESS_REDIS=redis://redis:6379
- PAPERLESS_DBHOST=db - PAPERLESS_DBHOST=db