immich server not reachable
I realized my immich instance is not reachable (not via app, not via browser or wget). The docker containers are all running ("healthy"):
immich_server
immich_machine_learning
immich_postgres
immich_redis
for immich_server, i see:
a76d919ce5e3 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 35 minutes ago Up 35 minutes (healthy) 2283/tcp, 0.0.0.0:2283->3001/tcp, :::2283->3001/tcp
And netstat also shows the 2283 as LISTEN
docker logs with the postgres container seems to lead nowwhere:
2025-01-26 14:45:42.348 UTC [1] LOG: redirecting log output to logging collector process
2025-01-26 14:45:42.348 UTC [1] HINT: Future log output will appear in directory "log".
docker logs on immich_server shows as last line:
[Nest] 7 - 01/26/2025, 2:28:11 PM LOG [Microservices:Bootstrap] Immich Microservices is running [v1.125.2] [production]
Any clues where to look next?
immich_server
immich_machine_learning
immich_postgres
immich_redis
for immich_server, i see:
a76d919ce5e3 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 35 minutes ago Up 35 minutes (healthy) 2283/tcp, 0.0.0.0:2283->3001/tcp, :::2283->3001/tcp
And netstat also shows the 2283 as LISTEN
docker logs with the postgres container seems to lead nowwhere:
2025-01-26 14:45:42.348 UTC [1] LOG: redirecting log output to logging collector process
2025-01-26 14:45:42.348 UTC [1] HINT: Future log output will appear in directory "log".
docker logs on immich_server shows as last line:
[Nest] 7 - 01/26/2025, 2:28:11 PM LOG [Microservices:Bootstrap] Immich Microservices is running [v1.125.2] [production]
Any clues where to look next?