Update docker-compose.yml
This commit is contained in:
parent
ae9bad88c1
commit
30269bdc4e
|
@ -8,16 +8,16 @@ services:
|
|||
- MTX_WEBRTCADDITIONALHOSTS=192.168.137.1
|
||||
image: bluenviron/mediamtx
|
||||
ports:
|
||||
- 8200:8200
|
||||
- 8201:8201/udp
|
||||
- 8100:8100
|
||||
- 8101:8101/udp
|
||||
volumes:
|
||||
- ./mediamtx/mediamtx_2.yml:/mediamtx.yml
|
||||
- ./mediamtx/mediamtx_1.yml:/mediamtx.yml
|
||||
|
||||
mediamtx-2:
|
||||
<<: *default
|
||||
container_name: mediamtx-2
|
||||
ports:
|
||||
- 8100:8100
|
||||
- 8101:8101/udp
|
||||
- 8200:8200
|
||||
- 8201:8201/udp
|
||||
volumes:
|
||||
- ./mediamtx/mediamtx_1.yml:/mediamtx.yml
|
||||
- ./mediamtx/mediamtx_2.yml:/mediamtx.yml
|
||||
|
|
Loading…
Reference in New Issue