Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPretorius committed Oct 17, 2024
1 parent e25177e commit c5ed4a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ cd ixo-blocksync-core/
```

Copy `.env.example` to `.env` and configure. If this step is skipped, ixo-blocksync will use `.env.example` as the configuration by default.
Don't use quotations when asign env vars for docker
Don't use quotations when asign env vars for docker
Create a role(e.g. app_user) in the DB for postgress to work.

```bash
docker build -t ixofoundation/ixo-blocksync-core:latest .
docker compose up -d
```

.

0 comments on commit c5ed4a9

Please sign in to comment.