We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2be3a6 commit 8b1413fCopy full SHA for 8b1413f
1 file changed
.github/readme.md
@@ -16,7 +16,7 @@ Finer-grained permission management for bitcoind.
16
17
## Usage 🐳
18
19
-Via Docker Compose:
+##### Via Docker Compose:
20
21
```yaml
22
services:
@@ -30,7 +30,7 @@ services:
30
restart: always
31
```
32
33
-Via Docker CLI:
+##### Via Docker CLI:
34
35
```bash
36
docker run -it --rm --name rpc-proxy -p 8331:8331 -v ${PWD:-.}/btc_rpc_proxy.toml:/etc/btc_rpc_proxy.toml dobtc/btc-rpc-proxy
0 commit comments