From aa6ed72f50685f8628b0e7027ab42f67dcf8c7d8 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"]