Setup Issues, Error:getaddrinfo EAI_AGAIN immich-postgres
Hey everyone, I'm stuck on a fresh install and could use some advice.
My Setup:
The
What I've Done:
Has anyone run into this before, especially on Proxmox? Any ideas what to check next? Thanks
My Setup:
- Running on a Proxmox VM (Debian).
- Following the official Quick Start guide.
- Other Docker containers on this VM work fine.
The
immich-server container is in a crash loop. The logs show a DNS error:What I've Done:
- Initially, my
file was missing.envDB_HOSTNAME, which caused an error for the hostnamedatabase. - I fixed this by adding `DB_HOSTNAME=immich-postgres` to my `.env` file. My config now includes:```dotenv
.env file
UPLOAD_LOCATION=./libraryDB_DATA_LOCATION=./postgresDB_HOSTNAME=immich-postgresDB_PASSWORD=[REDACTED]DB_USERNAME=postgresDB_DATABASE_NAME=immich``` - I restarted everything cleanly with `sudo docker compose down` and `sudo docker compose up -d`.
Has anyone run into this before, especially on Proxmox? Any ideas what to check next? Thanks