Skip to content

Commit bbea193

Browse files
authored
docs: Add quotes around $PWD
1 parent 8b1413f commit bbea193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
##### Via Docker CLI:
3434
3535
```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
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
3737
```
3838

3939
## About ℹ️

0 commit comments

Comments
 (0)