errose28 opened a new pull request, #98: URL: https://github.com/apache/ozone-site/pull/98
## What changes were proposed in this pull request? Port 3000 is the default for the Docusaurus dev server which comes from Node/React/Webpack, but it is also the default for Grafana. Ozone devs may have a Grafana instance running in docker already for testing which might conflict with the local preview, especially if they are updating Grafana related documentation. This PR changes the docusaurus default port to 3001 to avoid conflict. ## What is the link to the Apache Jira? HDDS-11344 ## How was this patch tested? - `pnpm start` runs on port 3001 by default - `docker compose up` runs on port 3001 by default - `pnpm build && pnpm serve` runs on port 3001 by default - [CI curl test](https://github.com/errose28/ozone-site/actions/runs/10475183813/job/29011367415) uses the new port and passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
