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 1b7608f commit c608c83Copy full SHA for c608c83
1 file changed
.github/readme.md
@@ -16,7 +16,7 @@ Finer-grained permission management for bitcoind.
16
17
## Usage 🐳
18
19
-##### Via Docker Compose:
+##### Docker Compose:
20
21
```yaml
22
services:
@@ -30,7 +30,7 @@ services:
30
restart: always
31
```
32
33
-##### Via Docker CLI:
+##### 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" docker.io/dobtc/btc-rpc-proxy
0 commit comments