From 13be84998772b0b2e4254089eefb9142e6689cf9 Mon Sep 17 00:00:00 2001 From: Anders Josefsson Date: Thu, 14 Mar 2024 22:47:10 +0100 Subject: [PATCH] correct data path and fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce3a308c..945466dd 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ services: ports: - "8080:8080" volumes: - - ./data:/app/data # OPTIONAL: only if you want the M3U generated to persist across restarts + - ./data:/data # OPTIONAL: only if you want the M3U generated to persist across restarts environment: - TZ=America/Toronto - - SYNC_ON_B0OT=true + - SYNC_ON_BOOT=true - SYNC_CRON=0 0 * * * - M3U_URL_1=https://iptvprovider1.com/playlist.m3u - M3U_MAX_CONCURRENCY_1=2