Update graylog/docker-compose.yml
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s

This commit is contained in:
j
2026-01-26 22:07:38 +13:00
parent 20e8e40ee6
commit b484097508

View File

@@ -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