From 43f7a6fa51ca78e814809602042169b9ef67f4c8 Mon Sep 17 00:00:00 2001 From: dantefromhell <90508808+dantefromhell@users.noreply.github.com> Date: Wed, 13 Apr 2022 01:21:00 +0000 Subject: [PATCH] docs: Instructions howto access docker container --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).