You've already forked docker-bitlbee
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:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user