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
The container expects a configuration file at `/app/config/config.json`. Mount a volume to this path to use your own configuration:
133
133
134
134
```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
136
136
```
137
137
138
138
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