Move docker-compose.yml file

This commit is contained in:
Santiago Lo Coco 2024-10-13 18:44:05 +02:00
parent a785bbeb72
commit ae9bad88c1
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
- 8200:8200
- 8201:8201/udp
volumes:
- ./mediamtx_2.yml:/mediamtx.yml
- ./mediamtx/mediamtx_2.yml:/mediamtx.yml
mediamtx-2:
<<: *default
@ -20,4 +20,4 @@ services:
- 8100:8100
- 8101:8101/udp
volumes:
- ./mediamtx_1.yml:/mediamtx.yml
- ./mediamtx/mediamtx_1.yml:/mediamtx.yml