Skip to content

Commit

Permalink
change docker image url
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhuawei committed Nov 11, 2023
1 parent 862dedc commit 2f37111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ install docker & docker-compose

### Step 3
```bash
git clone https://github.com/machinefi/sprout.git
cd sprout
mkdir sprout && cd sprout
curl https://raw.githubusercontent.com/machinefi/sprout/main/docker-compose.yaml -o docker-compose.yaml
```

### Step 4
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"

services:
w3bnode:
image: iotexdev/w3bstream-mainnet-node:v0.2.0
image: ghcr.io/machinefi/sprout:latest
depends_on:
- "risc0"
- "postgres"
Expand Down

0 comments on commit 2f37111

Please sign in to comment.