Hi Marie,I think the log files should be located inside your container at:/srv/basex/data/.logs # for current basex versionsOr for your version:/srv/BaseXData/.logs # for BaseX 8.6.4Maybe you can check your output for:docker run basex/basexhttp:8.6.4a6e…=>docker exec -ti a6e ls -la /srv/BaseXData/.logstotal 12drwxr-xr-x 2 basex basex 4096 Aug 30 07:38 .drwxr-xr-x 3 basex root 4096 Aug 30 07:38 ..-rw-r--r-- 1 basex basex 129 Aug 30 07:38 2019-08-30.logHope this helps — sorry to hear your container exits unexpectedly!BestMichaelAm 27.08.2019 um 15:16 schrieb Marie Starck <marie.compsci14@gmail.com>:Hello,I am currently running a BaseX server with Docker and for the past week, it has exited twice with this message: /usr/local/bin/basexhttp: line 20: 25 Killed java -cp "$CP" $BASEX_JVM org.basex.BaseXHTTP "$@"I want to debug more but I haven't been able to find the basex .logs in my docker container. I am using basexhttp:8.6.4.Any ideas where it could be?Thank you very much,Marie