ImmichI
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)


Seems to be an ipv6 problem. I have IPv6 disabled on the host, however everything used to work just fine until today
Was this page helpful?