getaddrinfo ENOTFOUND immich-server
Hello, when I go from v1.71.0 to v1.72.2 I get this error directly and the same in v1.73.0, I don't know how or where to look.

22 Replies
.env :
Docker compose
Thank you for your help 👌
What do the container logs say?
try a proper restart with
docker-compose down
then docker-compose up

not working
what is the machine you are running Immich on?
is it a Pi?
nop in server with debian 10
try this
docker-compose down
then docker-compose pull
and finally docker-compose up
make sure you are on the latest version 1.73
no change even in 1.73
what is your docker version?
docker --version
What sort of CPU?
docker-compose version 1.29.2, build 5becea4c
Docker version 18.09.1, build 4c52b90
I believe you docker version is pretty old so it causes issue, the most recent version is 24
Intel Core i3-10100 3.6 GHz Quad-Core Processor 😄
so you should update your docker engine and run again
Docker Documentation
Install Docker Engine on Debian
Instructions for installing Docker Engine on Debian
I'll have to figure out how to do that without blowing everything up x)
x)

lol
I'll update debian another day, I'll keep you posted Thank you.