Fix syntax error

This commit is contained in:
otthorn 2021-03-21 17:42:28 +01:00
parent 1ebed0c641
commit 626b179945

View file

@ -80,7 +80,7 @@ services:
volumes: volumes:
- ./kanboard_data:/var/www/app/data - ./kanboard_data:/var/www/app/data
- ./kanboard_plugins:/var/www/app/plugins - ./kanboard_plugins:/var/www/app/plugins
environnements: environment:
- "LDAP_AUTH=true" - "LDAP_AUTH=true"
- "LDAP_SERVER=ldap://10.128.0.149" - "LDAP_SERVER=ldap://10.128.0.149"
- "LDAP_BIND_TYPE=proxy" - "LDAP_BIND_TYPE=proxy"