Fix dockerfile start command
This commit is contained in:
committed by
nitnelave
parent
8e049c9e54
commit
65f0dfed84
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user