Fix LDAP volume conditional, better metrics interval

This commit is contained in:
Alan Rominger
2022-09-04 22:33:12 -04:00
parent 749622427c
commit 53de245877
3 changed files with 3 additions and 8 deletions

View File

@@ -228,7 +228,7 @@ volumes:
redis_socket_{{ container_postfix }}:
name: tools_redis_socket_{{ container_postfix }}
{% endfor -%}
{% if enable_ldap %}
{% if enable_ldap|bool %}
openldap_data:
name: tools_ldap_1
driver: local