1
0

chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.3.1 (localApps) (#4238)

This commit is contained in:
renovate[bot]
2026-02-26 13:07:19 +00:00
committed by GitHub
parent 127f0d6330
commit a40e23544a
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p $ELASTICSEARCH_ROOT_PATH
mkdir -p "$ELASTICSEARCH_ROOT_PATH/data"
mkdir -p "$ELASTICSEARCH_ROOT_PATH/backup"
mkdir -p "$ELASTICSEARCH_ROOT_PATH/plugins"
chown -R 1000:1000 $ELASTICSEARCH_ROOT_PATH
echo "Check Finish."
else
echo "Error: .env file not found."
fi