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
This commit is contained in:
Bipin Thapa 2026-02-24 01:32:18 +05:45 committed by GitHub
parent 33b944588d
commit b119d02563
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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