From 016ed5bebafc182fe51fc0fa4af3231b887ccffa Mon Sep 17 00:00:00 2001 From: Nic Dahlquist Date: Tue, 28 Jul 2020 20:14:28 -0700 Subject: [PATCH] Update Dockerhub image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b193a..f6c734d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you want to simply run depthy locally, you can use [Docker.io](https://www.do Once docker installed, simple run: ``` -$ docker run --rm -t -i -p 9000:9000 essembeh/depthy +$ docker run --rm -t -i -p 9000:9000 ndahlquist/depthy ``` Then go to [localhost:9000](http://localhost:9000)