Fresh Windows Docker Desktop install of QuantRocket 2.11.0.
All services start normally except quantrocket-jupyter-1, which repeatedly exits with code 0 and restarts.
docker logs quantrocket-jupyter-1 is empty.
docker run --rm --entrypoint sh quantrocket/jupyter:2.11.0 -c "wc -c /opt/quantrocket/bin/start.sh" returns 0.
I deleted and re-pulled the image, and Docker Hub still serves digest sha256:7823b2de220e76f005f3bd415e09be00cae0cbfd59f4e19552b1b320bbfad3fa.
Architecture is amd64, OS is linux.
A full docker compose down / up -d restart did not fix it.