mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-24 03:33:20 +00:00
13 lines
279 B
YAML
Executable File
13 lines
279 B
YAML
Executable File
services:
|
|
bitcoind:
|
|
image: mocacinno/btc_testnet4:latest
|
|
privileged: true
|
|
container_name: bitcoind
|
|
volumes:
|
|
- ./bitcoin_data:/root/.bitcoin/
|
|
command: ["bitcoind", "-testnet4"]
|
|
ports:
|
|
- "18332:18332"
|
|
- "8333:8333"
|
|
- "48332:48332"
|