We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03839a2 commit a127b8fCopy full SHA for a127b8f
README.md
@@ -45,7 +45,7 @@ options:
45
In practice, you could use something like this to run the container:
46
47
```bash
48
-docker run -d --restart unless-stopped \
+docker run -d --restart always \
49
--mount type=bind,src=$(pwd)/nitor-default.jpg,dst=/app/fallback.jpg \
50
-p 10.211.0.185:6180:6180 \
51
vinx-mjpeg-server:latest \
0 commit comments