dongjoon-hyun commented on code in PR #1217: URL: https://github.com/apache/orc/pull/1217#discussion_r942816448
########## site/README.md: ########## @@ -11,12 +11,12 @@ the site is to use docker to use a standard environment. ## Run the docker container with the preview of the site. -1. `docker run -d --name orc-container -p 4000:4000 apache/orc-dev:site` +1. `docker run -d --name orc-container -p 4000:4000 -v $PWD:/home/orc/site apache/orc-dev:site` ## Browsing Look at the site by navigating to -[http://0.0.0.0:4000/](http://0.0.0.0:4000/) . +[http://localhost:4000/](http://localhost:4000/) . Review Comment: BTW, let's revert this part. -- 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]
