From c55c266f440108ab37ce2e8e91dcdf051d89a3ca Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Mon, 25 Aug 2025 20:23:55 +0200 Subject: [PATCH] update default port --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index fa3d5f9..73f7d21 100755 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: working_dir: /app command: bun run dev --host ports: - - "80:5173" + - "3000:5173" env_file: .env develop: watch: