Update init.sls

This commit is contained in:
Mike Reeves
2021-12-10 12:00:12 -05:00
committed by GitHub
parent 66c8cc6e86
commit e48de18480

View File

@@ -156,7 +156,7 @@ so-logstash:
- extra_hosts: - extra_hosts:
- {{ EXTRAHOSTHOSTNAME }}:{{ EXTRAHOSTIP }} - {{ EXTRAHOSTHOSTNAME }}:{{ EXTRAHOSTIP }}
- environment: - environment:
- LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }} - LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }} -Dlog4j2.formatMsgNoLookups=true
- port_bindings: - port_bindings:
{% for BINDING in DOCKER_OPTIONS.port_bindings %} {% for BINDING in DOCKER_OPTIONS.port_bindings %}
- {{ BINDING }} - {{ BINDING }}