Update media-management.yaml
parent
a2676c257a
commit
1799eaff6a
|
@ -85,7 +85,7 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=America/New_York
|
- 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 * * *
|
||||||
- XC_SERVER="true" # Set to true to start the XC server on boot. By default the XCSERVER is set to false.
|
- XC_SERVER="true" # Set to true to start the XC server on boot. By default the XCSERVER is set to false.
|
||||||
#ports:
|
#ports:
|
||||||
# - 8001:8001 # Used by XC Server
|
# - 8001:8001 # Used by XC Server
|
||||||
|
|
Loading…
Reference in New Issue