feat: align compose ports (#13185)

This commit is contained in:
Jason Rasmussen
2024-10-09 16:01:52 -04:00
committed by GitHub
parent b7dcc97712
commit 465f4639da
12 changed files with 44 additions and 23 deletions

View File

@@ -50,7 +50,7 @@ export class ConfigRepository implements IConfigRepository {
};
return {
port: Number(process.env.IMMICH_PORT) || 3001,
port: Number(process.env.IMMICH_PORT) || 2283,
environment,
configFile: process.env.IMMICH_CONFIG_FILE,
logLevel: process.env.IMMICH_LOG_LEVEL as LogLevel,