From 4ff7b20fcf41400a3107767d17c747df5d11e51d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 29 Aug 2025 13:15:59 +0200 Subject: [PATCH] Update docker-compose.yml - Include mac port info warning --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 898fb1dc..9d353dd8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -84,6 +84,7 @@ services: # Comment out ports: when using behind a reverse proxy , enable networks: etc. + # Mac users! Use "127.0.0.1:5050:5000" (port 5050) so theres no conflict with Airplay etc. (https://github.com/dgtlmoon/changedetection.io/issues/3401) ports: - 127.0.0.1:5000:5000 restart: unless-stopped