Skip to content

Commit

Permalink
Update README.md (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Jun 25, 2023
1 parent d323f7a commit 16e20c2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16e20c2

Please sign in to comment.