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:
+2
-2
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
viewer:
|
||||
build: .
|
||||
expose:
|
||||
- "5000"
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
DATA_DIR: /data
|
||||
TRUST_PROXY: "1"
|
||||
|
||||
Reference in New Issue
Block a user