immich_proxy container stops working
I'm not sure what's happening, but the other containers seem to work just fine. It appears that the problem lies in the nginx configuration, but I'm not sure how to debug that. I tried upgrading all containers but it didn't help. I'm thinking about reinstalling everything but I'm scared of losing my data and accounts.


4 Replies
The nginx config should be fine. It can't find
immich-server
- is that running and happy? Have you changed anything about the compose file etc (and if so can you post it here)?immich-server is running just fine (it's not reporting any issues at least).
And no, I haven't changed anything in the compose file. Immich has been running perfectly for the past 2 months but it malfunctioned yesterday.
Can you try restarting the whole stack?
docker compose down && docker compose up
Thanks! That has fixed the issue.