diff --git a/README.md b/README.md index ad1558ca..51a7df0e 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,9 @@ DB3 Network is a lightweight, permanent JSON document database for Web3. It is d ```shell -sudo docker run -p 26639:26639 \ - -p 26619:26619 \ - -p 26620:26620 \ - -e ADMIN_ADDR=0xA...5 # your wallet address - -it ghcr.io/dbpunk-labs/db3:4e8398b +sudo docker run -p 26639:26639 -p 26619:26619 -p 26629:26629 \ + -e ADMIN_ADDR=0xF78c...29679 \ + -it imotai/db3:v0.3.11 ``` ## Build