From a2676c257a33b3a0c2e966b967c9c8fd6d877aa0 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Fri, 16 May 2025 04:56:24 +0000 Subject: [PATCH] Update media-management.yaml --- media-management.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-management.yaml b/media-management.yaml index a5b4eb9..9028975 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -85,7 +85,7 @@ services: - PUID=1000 - PGID=1000 - TZ=America/New_York - - CRON_SCHEDULE="0 0 * * *" #Set the cron schedule for the cron job that will update the EPG data. + - CRON_SCHEDULE: "0 0 * * *" #Set the cron schedule for the cron job that will update the EPG data. - XC_SERVER="true" # Set to true to start the XC server on boot. By default the XCSERVER is set to false. #ports: # - 8001:8001 # Used by XC Server