Fix specifying different ports for Immich and machine learning server

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2025-11-24 00:56:55 +09:00
parent c6a210e7c6
commit c2e3a09907
2 changed files with 6 additions and 4 deletions

4
env
View File

@@ -18,6 +18,8 @@ IMMICH_VERSION=release
# Hosts & ports
IMMICH_HOST=127.0.0.1
DB_HOSTNAME=127.0.0.1
IMMICH_PORT=2283
MACHINE_LEARNING_PORT=3003
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003
DB_HOSTNAME=127.0.0.1
REDIS_HOSTNAME=127.0.0.1