Update graylog/docker-compose.yml
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
This commit is contained in:
@@ -20,13 +20,6 @@ services:
|
|||||||
- "action.auto_create_index=false"
|
- "action.auto_create_index=false"
|
||||||
- "plugins.security.disabled=true"
|
- "plugins.security.disabled=true"
|
||||||
- "DISABLE_INSTALL_DEMO_CONFIG=true"
|
- "DISABLE_INSTALL_DEMO_CONFIG=true"
|
||||||
ulimits:
|
|
||||||
memlock:
|
|
||||||
soft: -1
|
|
||||||
hard: -1
|
|
||||||
nofile:
|
|
||||||
soft: 65536
|
|
||||||
hard: 65536
|
|
||||||
volumes:
|
volumes:
|
||||||
- opensearch_data:/usr/share/opensearch/data
|
- opensearch_data:/usr/share/opensearch/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user