mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-02 14:38:08 +08:00
调试 elastic
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
43efff2f8e
commit
81fecd72a2
@ -27,7 +27,6 @@ services:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${ELASTICSEARCH_ROOT_PATH}/config:/usr/share/elasticsearch/config
|
||||
- ${ELASTICSEARCH_ROOT_PATH}/data:/usr/share/elasticsearch/data
|
||||
- ${ELASTICSEARCH_ROOT_PATH}/backup:/usr/share/elasticsearch/backup
|
||||
- ${ELASTICSEARCH_ROOT_PATH}/plugins:/usr/share/elasticsearch/plugins
|
||||
|
||||
@ -9,7 +9,6 @@ if [ -f .env ]; then
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
|
||||
mkdir -p $ELASTICSEARCH_ROOT_PATH
|
||||
mkdir -p "$ELASTICSEARCH_ROOT_PATH/config"
|
||||
mkdir -p "$ELASTICSEARCH_ROOT_PATH/data"
|
||||
mkdir -p "$ELASTICSEARCH_ROOT_PATH/backup"
|
||||
mkdir -p "$ELASTICSEARCH_ROOT_PATH/plugins"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user