Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support change the default binding of Docsify from localhost to 0.0.0.0 #208

Closed
Dragonchu opened this issue Dec 19, 2023 · 2 comments
Closed
Labels

Comments

@Dragonchu
Copy link

I deploy my service using Docker, but I'm using a platform where I can't specify the Docker run command myself. In this case, Docsify starts by default using localhost, which causes my service to be inaccessible. I hope to be able to specify localhost as 0.0.0.0.

@sy-records
Copy link
Member

If you are using it at deployment time, it is recommended to use another web server such as nginx etc.

@sy-records
Copy link
Member

The serve command docsify serve docs listens on all, so you can use ip to access.

tcp46      0      0  *.3000                 *.*                    LISTEN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants