What happened
docker compose up -d fails due to various images not being available anymore?
I had to modify docker-compose.yml to make it start:
watchlistarr/watchlistarr -> nylonee/watchlistarr
ghcr.io/aetaric/checkrr:latest -> ghcr.io/aetaric/checkrr:3.6.1-amd64
cleanarr/cleanarr -> selexin/cleanarr
requestrr/requestrr -> thomst08/requestrr
Steps to reproduce
Follow the README instructions up to the docker compose up -d command
Which service(s) are affected?
watchlistarr, checkrr, cleanarr, requestrr
Relevant logs
Docker / Docker Compose version
Docker version 29.6.1, build 8900f1d, Docker Compose version v5.3.1
Host OS
Ubuntu 24.04
Pre-flight
What happened
docker compose up -dfails due to various images not being available anymore?I had to modify
docker-compose.ymlto make it start:watchlistarr/watchlistarr->nylonee/watchlistarrghcr.io/aetaric/checkrr:latest->ghcr.io/aetaric/checkrr:3.6.1-amd64cleanarr/cleanarr->selexin/cleanarrrequestrr/requestrr->thomst08/requestrrSteps to reproduce
Follow the README instructions up to the
docker compose up -dcommandWhich service(s) are affected?
watchlistarr, checkrr, cleanarr, requestrr
Relevant logs
Docker / Docker Compose version
Docker version 29.6.1, build 8900f1d, Docker Compose version v5.3.1
Host OS
Ubuntu 24.04
Pre-flight
docker compose configand it parsed without errorsDB_PASSWORD,JWT_SECRET, andCOOKIE_SECRETset in.env