From 65f0dfed8493625174e783e1277053ca0e7f8876 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Thu, 1 Jul 2021 11:43:57 +0200 Subject: [PATCH] Fix dockerfile start command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9de935c..3428f7e 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", "--config-file", "/data/lldap_config.toml"]