compose: rename txoo container to txood-chain

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2023-12-11 22:27:16 +05:30
parent ddb2b4ef30
commit 5711d17caf
No known key found for this signature in database
GPG Key ID: D3239BA6109A2CE7
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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