Update readme
This commit is contained in:
23
README.md
23
README.md
@@ -6,19 +6,16 @@ This Docker provides a simple solution to get live NHL and MLB games into your E
|
|||||||
|
|
||||||
```
|
```
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=xteve_lazystream \
|
--name=xteve_lazystream \
|
||||||
--log-opt max-size=10m \
|
--log-opt max-size=10m \
|
||||||
--log-opt max-file=3 \
|
--log-opt max-file=3 \
|
||||||
-e TZ="America/Los_Angeles" \
|
-e TZ="America/Los_Angeles" \
|
||||||
-v /mnt/user/appdata/xteve/:/root/.xteve:rw \
|
-v /mnt/user/appdata/xteve/:/root/.xteve:rw \
|
||||||
-v /mnt/user/appdata/xteve/_config/:/config:rw \
|
-v /mnt/user/appdata/xteve/_config/:/config:rw \
|
||||||
-v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \
|
-v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \
|
||||||
-v /mnt/user/appdata/xteve/playlists/:/playlists:rw \
|
-v /mnt/user/appdata/xteve/playlists/:/playlists:rw \
|
||||||
-v /tmp/xteve/:/tmp/xteve:rw \
|
-v /tmp/xteve/:/tmp/xteve:rw \
|
||||||
--add-host="mf.svc.nhl.com:$IP" \
|
taylorbourne/xteve_lazystream
|
||||||
--add-host="playback.svcs.mlb.com:$IP" \
|
|
||||||
--add-host="mlb-ws-mf.media.mlb.com:$IP" \
|
|
||||||
taylorbourne/xteve_lazystream
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## guide2go
|
## guide2go
|
||||||
|
|||||||
Reference in New Issue
Block a user