We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f2e94 commit 73aea33Copy full SHA for 73aea33
deployment-generator/src/gen_compose.js
@@ -51,7 +51,7 @@ function genBootNode(machine_id) {
51
image: `xinfinorg/xdcsubnets:${config.version.bootnode}`,
52
restart: "always",
53
env_file: config_path,
54
- volumes: ["./bootnodes:/work/bootnodes"],
+ volumes: ["${PWD}/bootnodes:/work/bootnodes"],
55
entrypoint: ["bash", "/work/start-bootnode.sh"],
56
command: ["-verbosity", "6", "-nodekey", "bootnode.key"],
57
ports: ["20301:20301/tcp", "20301:20301/udp"],
0 commit comments