Add host networking to overlay service for MediaMTX API access
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s

This commit is contained in:
Your Name
2025-09-02 12:41:41 +12:00
parent c5ed6015cd
commit 0d5d9c99c5

View File

@@ -55,6 +55,7 @@ services:
image: ${PROJECT_NAME}-overlay:latest
container_name: ${PROJECT_NAME}-overlay
restart: unless-stopped
network_mode: host
depends_on:
- mediamtx
volumes: