From 869ab014ee97a828f318462d632e9005120fb2ce Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 12 Apr 2026 19:24:53 +0800 Subject: [PATCH] 1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 380c8f4..ecef2a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: build: context: ./frontend args: - - NEXT_PUBLIC_API_URL=http://backend:8000 + - NEXT_PUBLIC_API_URL= restart: unless-stopped ports: - "3008:3000"