rewrite host and remove external networks

This commit is contained in:
2026-01-29 19:44:38 +01:00
parent c2d99b9cd6
commit ebff535602
9 changed files with 22 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: mediamtx
environment:
MTX_RTSPTRANSPORTS: tcp
MTX_WEBRTCADDITIONALHOSTS: 192.168.2.200
MTX_WEBRTCADDITIONALHOSTS: :${HOST_IP}
ports:
- "8554:8554"
- "1935:1935"