ManiMatter / decluttarr

Watches radarr, sonarr, lidarr, readarr and whisparr download queues and removes downloads if they become stalled or no longer needed.
GNU General Public License v3.0
201 stars 22 forks source link

Cannot Create from YAML File #182

Closed MGBeadz closed 1 hour ago

MGBeadz commented 2 hours ago

I'm having an issue where when running docker-compose up -d on the YML file I get the following error

yaml: line 3: did not find expected key

This is the first application I'm installing with Docker Compose as well as being new to Docker in general, so not sure if I'm doing something wrong but as far as I can tell I changed the YML properly.

bryancowell commented 2 hours ago

I had to rewrite it. still having an issue translating this:

try this to start:

decluttarr: container_name: decluttarr image: ghcr.io/manimatter/decluttarr:latest restart: always environment:

bryancowell commented 1 hour ago

check the closed issues for a dockge working example

MGBeadz commented 1 hour ago

check the closed issues for a dockge working example

Ahh, I now see I'm not the only one who was running into that. Thanks!

ManiMatter commented 19 minutes ago

Thank you all, it's so great to see users help each other.

I added a link to https://github.com/ManiMatter/decluttarr/issues/173 in the ReadMe, so we can start collecting docker-compose examples over there. Would be great if you made a start and share above example in that thread (unless the code of that issue already covers it)