From 510d0ab41f85a011a7738e546cf6d4c0abba4d0e Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Fri, 16 May 2025 04:54:03 +0000 Subject: [PATCH] Update media-management.yaml --- media-management.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/media-management.yaml b/media-management.yaml index 9c8c34f..a5b4eb9 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -87,13 +87,11 @@ services: - TZ=America/New_York - 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 - - 5901:5901 # Used by the VNC Server to connect to the container using the VNC client. - - 6901:6901 # Used by the VNC Server to connect to the container using a web browser. + #ports: + # - 8001:8001 # Used by XC Server + # - 5901:5901 # Used by the VNC Server to connect to the container using the VNC client. + # - 6901:6901 # Used by the VNC Server to connect to the container using a web browser. volumes: - # Replace with the local directory where you want to store the IPTVBoss data. E.g., /home/user/iptvboss. - # Based on the PUID and PGID environment variables the folder permissions are set at runtime. - /dockers/IPTVBoss:/headless/IPTVBoss # Media Request