mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
remove --network=host from 'make run'
This commit is contained in:
parent
16c10d4327
commit
f3436faec3
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -43,7 +43,9 @@ export DOCKERFILE_RUN
|
|||
run:
|
||||
echo "$$DOCKERFILE_RUN" | docker build -q . -f - -t temp
|
||||
docker run --rm -it \
|
||||
--network=host \
|
||||
-p 8554:8554 \
|
||||
-p 8000:8000/udp \
|
||||
-p 8001:8001/udp \
|
||||
temp \
|
||||
/out $(ARGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue