Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit de5a12a

Browse files
authored
fix(docker): change name of data folder (#864)
1 parent 8ea9d19 commit de5a12a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/prepare_docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ mkdir -p ${DIR}/data/hornet/alphanet
1313
mkdir -p ${DIR}/data/hornet/testnet
1414
mkdir -p ${DIR}/data/hornet/shimmer
1515
mkdir -p ${DIR}/data/chronicle
16-
mkdir -p ${DIR}/data/chronicle/mongo
16+
mkdir -p ${DIR}/data/chronicle/mongodb
17+
mkdir -p ${DIR}/data/chronicle/influxdb
1718
mkdir -p ${DIR}/data/grafana
1819
mkdir -p ${DIR}/data/prometheus
1920
if [[ "$OSTYPE" != "darwin"* ]]; then

0 commit comments

Comments
 (0)