I
Immich3y ago
pfouto

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:
immich_proxy | 2023/02/10 11:08:01 [warn] 1#1: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | 2023/02/10 11:08:01 [emerg] 1#1: socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | 2023/02/10 11:08:30 [warn] 1#1: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | 2023/02/10 11:08:30 [emerg] 1#1: socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | 2023/02/10 11:08:01 [warn] 1#1: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | 2023/02/10 11:08:01 [emerg] 1#1: socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | 2023/02/10 11:08:30 [warn] 1#1: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/nginx.conf:52
immich_proxy | 2023/02/10 11:08:30 [emerg] 1#1: socket() [::]:8080 failed (97: Address family not supported by protocol)
immich_proxy | nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)
Seems to be an ipv6 problem. I have IPv6 disabled on the host, however everything used to work just fine until today
7 Replies
bo0tzz
bo0tzz3y ago
Is there a specific reason why you need to have ipv6 disabled?
Zack
Zack3y ago
This might not be a bad idea
No description
pfouto
pfoutoOP3y ago
I had some network issues unrelated to immich in my machine, and the simplest solution was to just completely disable ipv6
pfouto
pfoutoOP3y ago
That seems like a good solution Or event just a simple config in the .env file to disable listening on ipv6 would be great
Zack
Zack3y ago
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
pfouto
pfoutoOP3y ago
Thanks Changing the image to altran1502/immich-proxy:v1.45.0 fixed it for now

Did you find this page helpful?