You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	fix(server): ml gunicorn listen on ipv4 and ipv6 by default (#7930)
This commit is contained in:
		| @@ -4,7 +4,7 @@ lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2" | ||||
| export LD_PRELOAD="$lib_path" | ||||
| export LD_BIND_NOW=1 | ||||
|  | ||||
| : "${MACHINE_LEARNING_HOST:=0.0.0.0}" | ||||
| : "${MACHINE_LEARNING_HOST:=[::]}" | ||||
| : "${MACHINE_LEARNING_PORT:=3003}" | ||||
| : "${MACHINE_LEARNING_WORKERS:=1}" | ||||
| : "${MACHINE_LEARNING_WORKER_TIMEOUT:=120}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user