Skip to content

Commit f97dd94

Browse files
authored
docs: Add quotes around $PWD
1 parent d2c697a commit f97dd94

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
@@ -39,7 +39,7 @@ services:
3939
##### Via Docker CLI:
4040
4141
```bash
42-
docker run -it --rm --name bitcoin -v ${PWD:-.}/bitcoin:/home/bitcoin/.bitcoin dobtc/bitcoin -printtoconsole
42+
docker run -it --rm --name bitcoin -v "${PWD:-.}/bitcoin:/home/bitcoin/.bitcoin" dobtc/bitcoin -printtoconsole
4343
```
4444

4545
##### Executing `getinfo` on the running container:

0 commit comments

Comments
 (0)