docker compose pull was successful. docker compose up -d initially gave me an error about insufficient permissions to stop a container, which later changed to "bind: address is already in use" when attempting to start immich-proxy. I (probably unwisely) killed the proxy service using sudo kill <pid>, and docker compose up -d then worked fine.