Closed stkac closed 5 years ago
try 127.0.0.1:3000 ;)
0.0.0.0 tells wikijs and any application to listen on all available ip-addresses, it's not a valid ip-adres by itself
Hi @ChessSpider, I tried it using localhost and 127.0.0.1 and get the same message: This site can’t be reached
$ curl -l 127.0.0.1:3000
curl: (56) Recv failure: Connection reset by peer
https://github.com/Requarks/wiki/issues/497 ?
I don't know why that issue is closed but the problem still persist.
Please read the docs. Running docker-compose up
will only load dependencies, not the actual project.
Actual behavior
Expected behavior
wiki.js v2 up and running
Steps to reproduce the behavior