chores:调整es容器限制,解决linux环境下因权限受限造成的启动失败问题
This commit is contained in:
parent
8d534392c7
commit
bee17f7ee2
|
@ -22,10 +22,6 @@ services:
|
|||
- cluster.routing.allocation.disk.watermark.flood_stage=2gb
|
||||
- TZ=${TIMEZONE}
|
||||
mem_limit: ${MEM_LIMIT}
|
||||
ulimits:
|
||||
memlock:
|
||||
soft: -1
|
||||
hard: -1
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl http://localhost:9200"]
|
||||
interval: 10s
|
||||
|
|
Loading…
Reference in New Issue