-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Copy link
Labels
enhancementNew feature or requestNew feature or requesthacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
Problem
Running the project via Docker works on some platforms (Windows, macOS), but on Linux hosts the site is inaccessible from the browser because Docusaurus defaults to binding to localhost inside the container.
Proposed Solution
Update docker-compose.yml so that the Docusaurus development server binds to all interfaces:
command: npm run dev -- --host 0.0.0.0Use Case
Docusaurus development server binds to 0.0.0.0, ensuring it is accessible on Linux, Windows, and macOS hosts.
Benefits
No response
Add ScreenShots
Priority
Low
Record
- I have read the Contributing Guidelines
- Are you a GSSOC'25 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Type
Projects
Status
Done