You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,8 @@ Use `docker-compose.yml` included in this repo if you prefer to run dipdup in Do
178
178
179
179
```shell
180
180
$ docker-compose build
181
-
$ cp secrets.env.example secrets.env
182
-
$ # edit `secrets.env` file, change credentials
183
-
$ docker-compose up dipdup
181
+
$ # example target, edit volumes section to change dipdup config
182
+
$ docker-compose up hic_et_nunc
184
183
```
185
184
186
185
For debugging purposes you can index specific block range only and skip realtime indexing. To do this set `first_block` and `last_block` fields in index config.
0 commit comments