p-hueber / prefetcharr

Let Sonarr fetch the next season of a show you are watching on Jellyfin/Emby/Plex.
Other
41 stars 1 forks source link

Docker-Compose not working #11

Closed Panda260 closed 10 months ago

Panda260 commented 10 months ago

Hey, the docker compose file isn't working because it can't pull the image image image

p-hueber commented 10 months ago

@Panda260 there is no image to pull, it needs to be built from source. The error message already tells you to run docker compose build to do that. I don't know whether the tool you are using is capable of doing that.