We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a63540 commit 2611e30Copy full SHA for 2611e30
README.md
@@ -42,6 +42,17 @@ options:
42
-p, --port PORT The port the HTTP should listen on
43
```
44
45
+In practice, you could use something like this to run the container:
46
+
47
+```bash
48
+docker run -d --restart unless-stopped \
49
+ --mount type=bind,src=$(pwd)/nitor-default.jpg,dst=/app/fallback.jpg \
50
+ -p 10.211.0.186:6180:6180 \
51
+ vinx-mjpeg-server:latest \
52
+ --bootstrap-node 10.211.0.75 \
53
+ --fallback-image /app/fallback.jpg
54
+```
55
56
## License
57
58
GNU GENERAL PUBLIC LICENSE version 3
0 commit comments