Dont specify config path in container ()

This commit is contained in:
Firstyear 2025-05-13 14:30:38 +10:00 committed by GitHub
parent 6a85e2a21b
commit 97952d5490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,4 +106,4 @@ HEALTHCHECK \
--retries=3 \
CMD [ "/sbin/kanidmd", "healthcheck", "-c", "/data/server.toml"]
CMD [ "/sbin/kanidmd", "server", "-c", "/data/server.toml"]
CMD [ "/sbin/kanidmd", "server"]