Immich listens on 127.0.0.1 no matter what
Hi, I wanted to play a video in the immich app but it never loaded and that crashed my immich server somehow. Suddenly I couldn't access immich in any way. I tried restarting it by doing
Do you have any idea what might be forcing immich_server to bind to 127.0.0.1 and ignore the
Unfortunately I lost the initial error logs that happened when it all started.
docker compose down / up but it was binding to 127.0.0.1 and it keeps doing that no matter what even with IMMICH_HOST=0.0.0.0 env var.LOG [Api:Bootstrap] Immich Server is listening on http://127.0.0.1:2283 [v2.1.0] [production] Do you have any idea what might be forcing immich_server to bind to 127.0.0.1 and ignore the
IMMICH_HOST env var? I didn't change any configuration, I just restarted the server after it misbehaved.Unfortunately I lost the initial error logs that happened when it all started.