Skip to content

Commit 73aea33

Browse files
committed
fix bootnode
1 parent 20f2e94 commit 73aea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment-generator/src/gen_compose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function genBootNode(machine_id) {
5151
image: `xinfinorg/xdcsubnets:${config.version.bootnode}`,
5252
restart: "always",
5353
env_file: config_path,
54-
volumes: ["./bootnodes:/work/bootnodes"],
54+
volumes: ["${PWD}/bootnodes:/work/bootnodes"],
5555
entrypoint: ["bash", "/work/start-bootnode.sh"],
5656
command: ["-verbosity", "6", "-nodekey", "bootnode.key"],
5757
ports: ["20301:20301/tcp", "20301:20301/udp"],

0 commit comments

Comments
 (0)