madduck
madduck
IImmich
Created by madduck on 5/5/2025 in #help-desk-support
Failing to start Docker, connection to Valkey/Redis timed out
I just downloaded the latest release's docker-compose.yml file and tried to start Immich, but it just stays there trying to start while timing out on Redis:
immich_server | Error: connect ETIMEDOUT
immich_server | at Socket.<anonymous> (/usr/src/app/node_modules/ioredis/built/Redis.js:170:41)
immich_server | at Object.onceWrapper (node:events:632:28)
immich_server | at Socket.emit (node:events:518:28)
immich_server | at Socket._onTimeout (node:net:609:8)
immich_server | at listOnTimeout (node:internal/timers:594:17)
immich_server | at process.processTimers (node:internal/timers:529:7) {
immich_server | errorno: 'ETIMEDOUT',
immich_server | code: 'ETIMEDOUT',
immich_server | syscall: 'connect'
immich_server | }
immich_server | Error: connect ETIMEDOUT
immich_server | at Socket.<anonymous> (/usr/src/app/node_modules/ioredis/built/Redis.js:170:41)
immich_server | at Object.onceWrapper (node:events:632:28)
immich_server | at Socket.emit (node:events:518:28)
immich_server | at Socket._onTimeout (node:net:609:8)
immich_server | at listOnTimeout (node:internal/timers:594:17)
immich_server | at process.processTimers (node:internal/timers:529:7) {
immich_server | errorno: 'ETIMEDOUT',
immich_server | code: 'ETIMEDOUT',
immich_server | syscall: 'connect'
immich_server | }
This seems to be not new, but nowhere could I find any info, other than replacing Redis with Valkey, which is already being used in the latest release. Am I doing something stupidly, horribly wrong, or is the release simply b0rked? I am on Debian stable with docker-ce and the compose plugin from Docker directly (5:28.1.1-1~debian.12~bookworm). compose.yml and .env file are exactly as available on Github. Complete logs are attached.
52 replies