Disable update-log

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-12-27 15:57:41 +01:00
parent e9c7b0004e
commit 1685c7ae67
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -16,6 +16,5 @@ EXPOSE 3000
ENTRYPOINT ["ktserver"]
CMD ["-ls", "-th", "16", "-port", "3000", "-pid", "/data/kyoto.pid", \
"-oat", "-uasi", "10", "-asi", "10", "-ash", \
"-sid", "1001", "-ulog", "/data/db", "-ulim", "104857600", \
"-oat", "-asi", "10", "-ash", "-sid", "1001", \
"/data/db/db.kct#opts=c#pccap=256m#dfunit=8"]