fixed duplicated run entry

This commit is contained in:
2019-01-28 22:32:11 +01:00
parent d619aeee8a
commit 3258f91a09

View File

@@ -30,7 +30,6 @@ docker volume create tv7playlist_data
Next you have to create and run the docker container.
```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
```