fixed duplicated run entry
This commit is contained in:
@@ -30,7 +30,6 @@ docker volume create tv7playlist_data
|
|||||||
Next you have to create and run the docker container.
|
Next you have to create and run the docker container.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
|
|
||||||
docker run -t --name="tv7playlist" -p 8000:80 -e "UdpxyUrl=http://your.host.ip.of.udpxy:4022/udp" -v tv7playlist_data:/data --restart=unless-stopped phaefelfinger/tv7playlist:latest
|
docker run -t --name="tv7playlist" -p 8000:80 -e "UdpxyUrl=http://your.host.ip.of.udpxy:4022/udp" -v tv7playlist_data:/data --restart=unless-stopped phaefelfinger/tv7playlist:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user