Skip to content

Commit 0039ead

Browse files
authored
Explain how to run on a different port
1 parent 55d061b commit 0039ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Occasionally the Remote API will return incomplete data, for instance the node c
77

88
To run: docker run -it -d -p 8080:8080 -e HOST=[YOURHOST] -v /var/run/docker.sock:/var/run/docker.sock manomarks/visualizer
99

10+
If port 8080 is already in use on your host, you can specify e.g. `-p 5000:5000 -e HOST=[YOURHOST] -e PORT=5000` instead.
11+
1012
Here's a sample with one node:
1113

1214
![Sample image of one node](./samplenode.png)

0 commit comments

Comments
 (0)