Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 8, 2022
1 parent 031ca17 commit a5492cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker build --file Dockerfile.local --tag mira_dkg:latest .
Once the build finished, you can run the container locally as

```shell
docker run -d -p 8771:8771 -e MIRA_NEO4J_URL=bolt://0.0.0.0:7687 mira_dkg:latest
docker run -d -p 8771:8771 -e MIRA_NEO4J_URL=bolt://0.0.0.0:7687 --name mira_dkg mira_dkg:latest
```

This exposes a REST API at `http://localhost:8771`. Note that the `-d` flag
Expand All @@ -45,5 +45,5 @@ docker build --file Dockerfile.metaregistry --tag mira_metaregistry:latest .
Once the build finished, you can run the container locally as:

```shell
docker run --detach -p 8772:8772 mira_metaregistry:latest
docker run --detach -p 8772:8772 --name mira_metaregistry mira_metaregistry:latest
```

0 comments on commit a5492cb

Please sign in to comment.