HungerPal
IImmich
•Created by HungerPal on 10/23/2024 in #help-desk-support
updated version, cannot connect
I updated to the latest version using the usual command:
docker compose pull && docker compose up -dHowever, despite containers are running and healthy:
docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2a0593bccb4a ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 5 minutes ago Up 5 minutes (healthy) 2283/tcp, 0.0.0.0:2283->3001/tcp immich_server 942a742cd36b ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 5 minutes ago Up 5 minutes (healthy) immich_machine_learning af80802b75af tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 5 minutes ago Up 5 minutes (healthy) 5432/tcp immich_postgres 3da41983c47e redis:6.2-alpine "docker-entrypoint.s…" 5 minutes ago Up 5 minutes (healthy) 6379/tcp immich_redislogs are clean:
immich_server | [Nest] 17 - 10/23/2024, 7:44:23 AM LOG [Api:NestApplication] Nest application successfully started immich_server | [Nest] 17 - 10/23/2024, 7:44:23 AM LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:2283 [v1.118.2] [production]the web interface is not responding:
curl http://127.0.0.1:2283 curl: (56) Recv failure: Connection reset by peerPls advise!
6 replies