From 31026a0d15e95237c3207838fe22d5ee6d8c3469 Mon Sep 17 00:00:00 2001 From: pfych Date: Sun, 20 Apr 2025 14:51:32 +1000 Subject: [PATCH] Clarify compose setup --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f25c970..c8df481 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,8 @@ services: image: git.pfy.ch/pfych/chapter-tracker:latest volumes: - "./config.json:/checker/config.json" - - "./mangaHistory.json:/checker/mangaHistory.json" # Required for keeping track of what's been sent + - "./mangaHistory.json:/checker/mangaHistory.json" ``` + +Ensure that `config.json` and `mangaHistory.json` exist & are valid json files before running the container. +