filepath
This commit is contained in:
parent
91b3fb41f3
commit
99f8c02f9c
@ -15,7 +15,7 @@ services:
|
|||||||
- blast-data:/blast:rw
|
- blast-data:/blast:rw
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
command: >
|
command: >
|
||||||
-c "[ ! -d /blast/${GETH_DATA_DIR:-blast-geth-data}/geth ] && /usr/local/bin/geth init --datadir=/blast/${GETH_DATA_DIR:-blast-geth-data} /blast/${NETWORK:-mainnet}/genesis.json || exit 0"
|
-c "[ ! -d /blast/${GETH_DATA_DIR:-blast-geth-data}/geth ] && /usr/local/bin/geth init --datadir=/blast/${GETH_DATA_DIR:-blast-geth-data} /blast/genesis.json || exit 0"
|
||||||
depends_on:
|
depends_on:
|
||||||
generate-jwt:
|
generate-jwt:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
Loading…
Reference in New Issue
Block a user