Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed to mentioned new ports used for ispy image
  • Loading branch information
doitandbedone authored Dec 14, 2024
1 parent 6e303dd commit c91ad9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand All @@ -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/ \
Expand All @@ -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/ \
Expand All @@ -79,7 +79,7 @@ To access UI panel go to the container's http://<container's ip>:<port> 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/ \
Expand Down

0 comments on commit c91ad9c

Please sign in to comment.