Move docker-compose.yml file
This commit is contained in:
parent
a785bbeb72
commit
ae9bad88c1
|
@ -11,7 +11,7 @@ services:
|
||||||
- 8200:8200
|
- 8200:8200
|
||||||
- 8201:8201/udp
|
- 8201:8201/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ./mediamtx_2.yml:/mediamtx.yml
|
- ./mediamtx/mediamtx_2.yml:/mediamtx.yml
|
||||||
|
|
||||||
mediamtx-2:
|
mediamtx-2:
|
||||||
<<: *default
|
<<: *default
|
||||||
|
@ -20,4 +20,4 @@ services:
|
||||||
- 8100:8100
|
- 8100:8100
|
||||||
- 8101:8101/udp
|
- 8101:8101/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ./mediamtx_1.yml:/mediamtx.yml
|
- ./mediamtx/mediamtx_1.yml:/mediamtx.yml
|
Loading…
Reference in New Issue