linuxserver / docker-prowlarr

Docker image for Prowlarr/Prowlarr
GNU General Public License v3.0
306 stars 19 forks source link

Specify the tag in the Docker Compose Usage template #18

Closed sofronaspe closed 2 years ago

sofronaspe commented 2 years ago

linuxserver.io

Specify the tag in the Docker Compose Usage template

Desired Behavior

When running the Docker Compose example listed in the README, the prowlarr image should be pulled

Current Behavior

Copying and pasting the code directly does not specify a tag, so docker tries to pull from \:latest which does not exist #16

Alternatives Considered

I looked through the docker documentation for specifying an image tag, and would recommend changing the following line image: lscr.io/linuxserver/prowlarr to image: lscr.io/linuxserver/prowlarr:tag #Specify the develop or nightly tag

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

No plans to change this. There is no stable release of Prowlarr yet, so we would like users to read the whole readme to get going.