Publish port 5000 for external nginx Proxy Manager upstreams.

Map the container to the host so NPM can reach http://<host>:5000 and document the docker-network alternative in the README.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-19 16:52:46 +02:00
parent e79fe34643
commit 5c87df1e5e
2 changed files with 10 additions and 16 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
services:
viewer:
build: .
expose:
- "5000"
ports:
- "5000:5000"
environment:
DATA_DIR: /data
TRUST_PROXY: "1"