diff --git a/README.md b/README.md index 7ce8e7d..4c35056 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ mv /appdata/ispyagentdvr/video /appdata/ispyagentdvr/media ## Running Image : ```bash -docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/udp \ +docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50100:50000-50100/udp \ -v /appdata/ispyagentdvr/config/:/agent/Media/XML/ \ -v /appdata/ispyagentdvr/media/:/agent/Media/WebServerRoot/Media/ \ -v /appdata/ispyagentdvr/commands:/agent/Commands/ \ @@ -52,7 +52,7 @@ https://en.wikipedia.org/wiki/List_of_tz_database_time_zones #### latest: This tag will give you the latest version of the build. ```bash -docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/udp \ +docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50100:50000-50100/udp \ -v /appdata/ispyagentdvr/config/:/agent/Media/XML/ \ -v /appdata/ispyagentdvr/media/:/agent/Media/WebServerRoot/Media/ \ -v /appdata/ispyagentdvr/commands:/agent/Commands/ \ @@ -64,7 +64,7 @@ docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/udp \ Tags will also be created for older releases. For example, for version 2.7.6.0: ```bash -docker run -it -p 8090:8090 -p 3478:3478/udp 50000-50010:50000-50010/udp \ +docker run -it -p 8090:8090 -p 3478:3478/udp 50000-50100:50000-50100/udp \ -v /appdata/ispyagentdvr/config/:/agent/Media/XML/ \ -v /appdata/ispyagentdvr/media/:/agent/Media/WebServerRoot/Media/ \ -v /appdata/ispyagentdvr/commands:/agent/Commands/ \ @@ -79,7 +79,7 @@ To access UI panel go to the container's http://: such as ## VLC Support: Please use tag vlc: ```bash -docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/udp \ +docker run -it -p 8090:8090 -p 3478:3478/udp -p 50000-50100:50000-50100/udp \ -v /appdata/ispyagentdvr/config/:/agent/Media/XML/ \ -v /appdata/ispyagentdvr/media/:/agent/Media/WebServerRoot/Media/ \ -v /appdata/ispyagentdvr/commands:/agent/Commands/ \