Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z committed Mar 21, 2021
1 parent 3ccb058 commit d31d1ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# JPYX

The Docker image will be automatically built by Docker Hub when releases are created.

## Install

### Environment setup
Expand All @@ -22,7 +24,7 @@ sudo systemctl restart docker
```bash
git clone https://github.com/lcnem/jpyx.git
cd jpyx
docker run -v ~/.jpyx:/root/.jpyx lcnem/jpyx:next [moniker] --chain-id [chain-id]
docker run -v ~/.jpyx:/root/.jpyx lcnem/jpyx [moniker] --chain-id [chain-id]
cp launch/[chain-id]/genesis.json ~/.jpyx/config/genesis.json
docker-compose up -d
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
jpyxd:
container_name: jpyxd
image: lcnem/jpyx:next
image: lcnem/jpyx
# ports:
# - 1317:1317
# - 9090:9090
Expand Down

0 comments on commit d31d1ab

Please sign in to comment.