diff --git a/README.md b/README.md index 32791f8..9a7e0d0 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,9 @@ A sample docker-compose.yml is included. ## Getting started If you want to run in docker: -1) Pull the decluttarr into "your-docker-folder/own_coding/decluttarr" +1) Adapt the sample docker-compose to your own needs 2) Study the config file to understand the settings -3) Update your docker-compose (see the template) -4) Run the docker-compose -5) Enjoy +3) Have fun If you want to run locally: 1) Pull decluttarr into whatever location you want diff --git a/docker/Sample docker-compose.yml b/docker/Sample docker-compose.yml index 7dab4c0..16c80ae 100644 --- a/docker/Sample docker-compose.yml +++ b/docker/Sample docker-compose.yml @@ -1,8 +1,6 @@ # decluttarr - Keeps radarr and sonarr download queues free of stalled and redundant items decluttarr: - build: - context: ./own_coding/decluttarr/ - dockerfile: docker/Dockerfile + image: ghcr.io/manimatter/decluttarr:latest container_name: decluttarr environment: TZ: Europe/Zurich