docker: fix command

This commit is contained in:
Valentin Tolmer 2021-09-12 11:55:30 +02:00 committed by nitnelave
parent 035eb6cc3c
commit a184cce38f
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ ENV HTTP_PORT=17170
EXPOSE ${LDAP_PORT} ${HTTP_PORT}
CMD ["/app/lldap", "--config-file", "/data/lldap_config.toml"]
CMD ["/app/lldap", "run", "--config-file", "/data/lldap_config.toml"]