diff --git a/README.md b/README.md index 53bffd6b..eb4f45a9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ We provide an experimental Dockerfile for easy setup: - Building Unigraph: `docker build -t unigraph-devserver .` (this should take roughly 10 minutes max), - Running Unigraph: `docker run -d -p 4002:4002 -v :/opt/unigraph -p 4001:4001 -p 3000:3000 -P unigraph-devserver`, +- Open `http://localhost:3000` in a Browser that supports JavaScript to access Unigraph. If container is running on a different machine, replace `localhost` accordingly. To update the Docker image, run `docker build` again after `git pull`. @@ -164,4 +165,4 @@ To use third-party API integrations, obtain desired API keys and put them in thi } ``` -For how to obtain them, see [the docs page](https://docs.unigraph.dev/Unigraph+Developer+Documentation#%F0%9F%A7%AD+Getting+started). \ No newline at end of file +For how to obtain them, see [the docs page](https://docs.unigraph.dev/Unigraph+Developer+Documentation#%F0%9F%A7%AD+Getting+started).