Merge pull request #15 from aruhier/master

Uses ForkDaemon instead of Daemon mode.
This commit is contained in:
Michele Bologna
2024-12-20 09:59:17 +01:00
committed by GitHub

View File

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