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 7386108 commit 145171cCopy full SHA for 145171c
1 file changed
readme.md
@@ -20,7 +20,7 @@ A docker image of Bitcoin Core with support for the following platforms:
20
21
## Usage 🐳
22
23
-##### Via Docker Compose:
+##### Docker Compose:
24
25
```yaml
26
services:
@@ -36,7 +36,7 @@ services:
36
stop_grace_period: 1m
37
```
38
39
-##### Via Docker CLI:
+##### Docker CLI:
40
41
```bash
42
docker run -it --rm --name bitcoin -v "${PWD:-.}/bitcoin:/home/bitcoin/.bitcoin" docker.io/dobtc/bitcoin -printtoconsole
0 commit comments