ImmichI
Immich7mo ago
TomKay

Error: connect EHOSTUNREACH 172.20.0.2:6379

Hello everyone,

I think I recently updated Immich-Redis with a redeploy of the container, and since that I am receiving this error in the logs of IMMICH-Server:



Error: connect EHOSTUNREACH 172.20.0.2:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '172.20.0.2',

port: 6379
}
Error: connect EHOSTUNREACH 172.20.0.2:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '172.20.0.2',

port: 6379
}
Error: connect EHOSTUNREACH 172.20.0.2:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1634:16) {
errno: -113,
code: 'EHOSTUNREACH',
syscall: 'connect',
address: '172.20.0.2',

port: 6379
}


Do you have any idea what went wrong and how to fix this?
Was this page helpful?