mirror of
https://github.com/luzifer-docker/kyototycoon.git
synced 2024-11-09 09:10:00 +00:00
Disable update-log
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e9c7b0004e
commit
1685c7ae67
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue