compose: rename txoo container to txood-chain
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
ddb2b4ef30
commit
5711d17caf
@ -28,7 +28,7 @@ services:
|
|||||||
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:38332
|
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:38332
|
||||||
|
|
||||||
txoo:
|
txoo:
|
||||||
container_name: txoo-regtest
|
container_name: txood-regtest
|
||||||
volumes:
|
volumes:
|
||||||
- txoo_regtest:/root/.txoo/
|
- txoo_regtest:/root/.txoo/
|
||||||
- bitcoin_regtest:/root/.bitcoin/
|
- bitcoin_regtest:/root/.bitcoin/
|
||||||
|
@ -45,7 +45,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./txood
|
context: ./txood
|
||||||
image: txood:${IMAGE_TAG:-latest}
|
image: txood:${IMAGE_TAG:-latest}
|
||||||
container_name: txoo-test
|
container_name: txood-test
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- -r http://rpcuser:VLSsigner1@bitcoind:18332
|
- -r http://rpcuser:VLSsigner1@bitcoind:18332
|
||||||
|
Loading…
x
Reference in New Issue
Block a user