From ab9151d2c9217b80503522bb66aa5c01eab4e841 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Sun, 16 Mar 2025 14:25:03 +0800 Subject: [PATCH] changed the port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 91799b1..12b17f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: container_name: healthy-oil ports: - - "3005:5173" + - "5173:5173" volumes: - .:/app - /app/node_modules