From a184cce38f9524afa1ba4b6a52d3e8f48f85611f Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Sun, 12 Sep 2021 11:55:30 +0200 Subject: [PATCH] docker: fix command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e24a40d..7b9e2c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]