From 36f3658801a6fb2f64e4b18079dedaf7ed4484ba Mon Sep 17 00:00:00 2001 From: hamedhosseini Date: Mon, 30 Jun 2025 18:11:11 +0330 Subject: [PATCH] set port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 65ea15d..88c799c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL} - NEXT_PUBLIC_CLIENT_ID=${NEXT_PUBLIC_CLIENT_ID} - NEXT_PUBLIC_CLIENT_SECRET=${NEXT_PUBLIC_CLIENT_SECRET} - - PORT + - PORT=${PORT} restart: unless-stopped container_name: nobat724-frontend ports: