Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
evindunn committed Feb 16, 2021
1 parent 8ed83bf commit 77890c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ Start:
```
$ npm run start
```

Start in docker with minio S3:
```
$ docker-compose up -d --build
```

Start minio s3 only:
```
$ docker-compose up -d minio
```

0 comments on commit 77890c6

Please sign in to comment.