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
+1 -1
View File
@@ -5,7 +5,7 @@ import { visualizer } from 'rollup-plugin-visualizer';
import { defineConfig } from 'vite';
const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:2283/',
secure: true,
changeOrigin: true,
logLevel: 'info',