Clarify compose setup
All checks were successful
Build and Push Container / build (push) Successful in 52s
All checks were successful
Build and Push Container / build (push) Successful in 52s
This commit is contained in:
parent
ca0760ccb4
commit
31026a0d15
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user