Fix Paperless port mapping to match nginx configuration (8080)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user