Skip to content

Commit

Permalink
Merge pull request #15 from aruhier/master
Browse files Browse the repository at this point in the history
Uses ForkDaemon instead of Daemon mode.
  • Loading branch information
mbologna authored Dec 20, 2024
2 parents 9ca47ce + 013e57b commit c420132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c420132

Please sign in to comment.