Skip to content

Commit 48dd6bc

Browse files
authored
docs: Update docker run command
1 parent 84d97e7 commit 48dd6bc

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" docker.io/dobtc/btc-rpc-proxy
3737
```
3838

3939
## About ℹ️

0 commit comments

Comments
 (0)