From 4bc3dd5ca43338c2e0cc10e7f41956527fd0470b Mon Sep 17 00:00:00 2001 From: hugeblank Date: Tue, 3 Dec 2024 13:08:47 -0800 Subject: [PATCH] fix: port number --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9d3bfff..c309e46 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,4 +8,4 @@ services: restart: unless-stopped env_file: ./.env ports: - - 5000:3000 # host:container \ No newline at end of file + - 3000:3000 # host:container \ No newline at end of file