Clarify compose setup
All checks were successful
Build and Push Container / build (push) Successful in 52s

This commit is contained in:
pfych 2025-04-20 14:51:32 +10:00
parent ca0760ccb4
commit 31026a0d15

View File

@ -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.