Skip to content

Commit

Permalink
Fix version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikowski committed Sep 13, 2024
1 parent 2f1eead commit 549de43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use Fablo REST in Docker compose file within the same Docker network as Hyperled

```yaml
fablo-rest.org1.com:
image: ghcr.io/fablo-io/fablo-rest:0.1.3
image: ghcr.io/fablo-io/fablo-rest:0.1.2
environment:
- PORT=8000
- MSP_ID=Org1MSP
Expand Down Expand Up @@ -71,7 +71,7 @@ docker run \
--network="$docker_network_name" \
-d \
--rm \
ghcr.io/fablo-io/fablo-rest:0.1.3
ghcr.io/fablo-io/fablo-rest:0.1.2
```

### Environment variables
Expand Down

0 comments on commit 549de43

Please sign in to comment.