Skip to content

Commit 7cc7dba

Browse files
author
swapper-phoenix
committed
Change swapper to nodechain
1 parent 9a867e1 commit 7cc7dba

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docker-compose/mainnet/xmr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
monerod:
4-
build: ../../packages/swapper-monerod
4+
build: ../../packages/nodechain-monerod
55
image: monerod
66
command: --p2p-bind-ip=0.0.0.0 --p2p-bind-port=18080 --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081 --non-interactive --confirm-external-bind
77
volumes:

docker-compose/testnet/xmr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
monerod:
4-
build: ../../packages/swapper-monerod
4+
build: ../../packages/nodechain-monerod
55
image: monerod
66
command: --stagenet --p2p-bind-ip=0.0.0.0 --p2p-bind-port=38080 --rpc-bind-ip=0.0.0.0 --rpc-bind-port=38081 --non-interactive --confirm-external-bind
77
volumes:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)