"src/main/vscode:/vscode.git/clone" did not exist on "e38d1bbed17b75e406145d7ba116f7c3a6cf1069"
Commit 214c23b4 authored by macro's avatar macro
Browse files

Update docker-compose-env.yml

parent 8c0df1da
...@@ -46,8 +46,8 @@ services: ...@@ -46,8 +46,8 @@ services:
- "discovery.type=single-node" #以单一节点模式启动 - "discovery.type=single-node" #以单一节点模式启动
- "ES_JAVA_OPTS=-Xms512m -Xmx1024m" #设置使用jvm内存大小 - "ES_JAVA_OPTS=-Xms512m -Xmx1024m" #设置使用jvm内存大小
volumes: volumes:
- /mydata/elasticsearch/plugins:/usr/share/elasticsearch/plugins #插件文件挂载 - /mydata/elasticsearch/plugins:/usr/share/elasticsearch/plugins #插件文件目录挂载
- /mydata/elasticsearch/data:/usr/share/elasticsearch/data #数据文件挂载 - /mydata/elasticsearch/data:/usr/share/elasticsearch/data #数据文件目录挂载
ports: ports:
- 9200:9200 - 9200:9200
- 9300:9300 - 9300:9300
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment