immich_proxy keeps restarting after latest update - ipv6 problem?
Hello, after upgrading immich to v1.46.0 (and without changing anything), the proxy container is stuck on a restart loop.
Enabling the logs on the container in docker-compose.yml, I see the following:
Seems to be an ipv6 problem. I have IPv6 disabled on the host, however everything used to work just fine until today
7 Replies
Is there a specific reason why you need to have ipv6 disabled?
This might not be a bad idea

I had some network issues unrelated to immich in my machine, and the simplest solution was to just completely disable ipv6
Oh, it seems like this is the expected behaviour: https://github.com/immich-app/immich/pull/1577#issuecomment-1422150363
That seems like a good solution
Or event just a simple config in the .env file to disable listening on ipv6 would be great
I'll look into the best way to do this, for now best option is to probably downgrade your proxy to the 1.45 equivalent version
Thanks
Changing the image to altran1502/immich-proxy:v1.45.0 fixed it for now