Clarify compose setup
This commit is contained in:
parent
ca0760ccb4
commit
31026a0d15
1 changed files with 4 additions and 1 deletions
|
@ -53,5 +53,8 @@ services:
|
||||||
image: git.pfy.ch/pfych/chapter-tracker:latest
|
image: git.pfy.ch/pfych/chapter-tracker:latest
|
||||||
volumes:
|
volumes:
|
||||||
- "./config.json:/checker/config.json"
|
- "./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…
Add table
Add a link
Reference in a new issue