refactor: Increases verbosity of data_handler

This commit is contained in:
Vincent Mahnke 2025-10-25 21:20:09 +02:00
commit 58f048adba
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
4 changed files with 6 additions and 6 deletions

View file

@ -5,4 +5,4 @@ COPY ./data_init/*.sql /opt/init/init.sql
ENTRYPOINT ["/opt/entrypoint.sh"]
CMD ["/usr/sbin/dcrond", "-f" ]
CMD ["/bin/sh", "-c", "/usr/sbin/dcrond -f -d 5 > /var/log/dcrond.log 2>&1"]