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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Open `config.yml` and set the `rpc` field to your Gnoland node RPC endpoint (e.g
60
60
### 3. Start the database
61
61
62
62
```bash
63
-
docker-compose up -d timescaledb
63
+
dockercompose up -d timescaledb
64
64
```
65
65
66
66
This starts a TimescaleDB instance on port 5432 with the default password `12345678`. Change the password in `docker-compose.yml` for any non-local deployment.
0 commit comments