Skip to content

Commit a127b8f

Browse files
committed
Use --restart always in example
1 parent 03839a2 commit a127b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ options:
4545
In practice, you could use something like this to run the container:
4646

4747
```bash
48-
docker run -d --restart unless-stopped \
48+
docker run -d --restart always \
4949
--mount type=bind,src=$(pwd)/nitor-default.jpg,dst=/app/fallback.jpg \
5050
-p 10.211.0.185:6180:6180 \
5151
vinx-mjpeg-server:latest \

0 commit comments

Comments
 (0)