From b119d02563b4c22690471821180ecdb8c7714e13 Mon Sep 17 00:00:00 2001 From: Bipin Thapa Date: Tue, 24 Feb 2026 01:32:18 +0545 Subject: [PATCH] Update access URL in README from port 8089 to 80 The docker-compose.yml configures client api to be exposed at the default port(80) , not 8089 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b051319..0de28d2 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ cd PriceGhost # Start all services docker-compose up -d -# Access at http://localhost:8089 +# Access at http://localhost:80 ``` ### Environment Variables