mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-07-05 07:54:07 +02:00
Remove unused deps in Dockerfile
This commit is contained in:
@ -32,7 +32,7 @@ You can also launch the Docker image using,
|
||||
|
||||
```
|
||||
docker build . -t ghostream
|
||||
docker run -it --rm -p 8080:8080 -p 2112:2112 -p 9710:9710 ghostream
|
||||
docker run -it --rm -p 2112:2112 -p 9710:9710 -p 8080:8080 -p 10000-10005:10000-10005/udp ghostream
|
||||
```
|
||||
|
||||
## Streaming
|
||||
|
Reference in New Issue
Block a user