Skip to content

Commit

Permalink
Merge pull request #38 from andjos/doc-update
Browse files Browse the repository at this point in the history
correct data path and fix typo
  • Loading branch information
sonroyaalmerol authored Mar 14, 2024
2 parents 72f160a + 13be849 commit d59af70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d59af70

Please sign in to comment.