Skip to content

Commit 4f476dc

Browse files
committed
fixup! feat: Add Docker connection instructions for Bitcoin node
1 parent a000f96 commit 4f476dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ docker run -p 23334:23334 -p 7152:7152 --name datum-gateway datum_gateway
132132
The container expects a configuration file at `/app/config/config.json`. Mount a volume to this path to use your own configuration:
133133

134134
```bash
135-
docker run -v /path/to/your/config/directory:/app/config datum_gateway
135+
docker run -v /path/to/your/config/directory:/app/config -p 23334:23334 -p 7152:7152 datum_gateway
136136
```
137137

138138
You will need to disable the notify fallback in your configuration file if you are using Docker. And in bitcoin.conf, you will need to set the following:

0 commit comments

Comments
 (0)