diff --git a/README.md b/README.md index 4061ea9..cb7e67b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Feature overview: - Automatically delete stalled downloads, after they have been found to be stalled multiple times in a row - Automatically delete downloads belonging to Movies/TV/Music requests shows that are unmonitored -You may run this locally by launch main.py, or by mounting it inside a docker container. +You may run this locally by launch main.py, or by pulling the docker image. A sample docker-compose.yml is included. ## Getting started diff --git a/docker/Sample docker-compose.yml b/docker/Sample docker-compose.yml index 0275b46..4d2b494 100644 --- a/docker/Sample docker-compose.yml +++ b/docker/Sample docker-compose.yml @@ -8,7 +8,8 @@ PUID: 1000 PGID: 1000 # General - LOG_LEVEL: INFO + LOG_LEVEL: INFO + #TEST_RUN: True # Features REMOVE_TIMER: 10 REMOVE_FAILED: True