Uses ForkDaemon instead of Daemon mode.

Daemon mode can be more unstable due to the use of single process, and
libpurple plugins now refuse to start in daemon mode.
This commit is contained in:
Anthony Ruhier
2024-12-17 00:58:42 +01:00
parent 9ca47ce62a
commit 013e57ba94

View File

@@ -115,4 +115,4 @@ VOLUME ["/var/lib/bitlbee"]
USER bitlbee USER bitlbee
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/local/sbin/bitlbee", "-D", "-n", "-v", "-u", "bitlbee"] CMD ["/usr/local/sbin/bitlbee", "-F", "-n", "-v", "-u", "bitlbee"]