diff --git a/docker-compose.yml b/docker-compose.yml index 3129f02..c80d5cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -75,11 +75,11 @@ services: image: bluenviron/mediamtx:latest-ffmpeg environment: - MTX_PROTOCOLS=tcp - ports: - - 8554:8554 volumes: - "./config/recorder/mediamtx.yml:/mediamtx.yml" - "./data/recorder:/recordings" + # Set local fqdn to use internally in the restreamer + hostname: recorder.local restart: unless-stopped networks: - net