Bitlbee is an IRC to other chat networks gateway
docker run --rm --name bitlbee -v ./storage:/var/lib/bitlbee ajoergensen/bitlbee
PUID
- Changes the uid of the app user, default 911PGID
- Changes the gid of the app group, default 911DISABLE_SYSLOG
- If set to TRUE, do not run rsyslog inside the container. Default is FALSESMTP_HOST
- Change the SMTP relay server used by ssmtp (sendmail)SMTP_USER
- Username for the SMTP relay serverSMTP_PASS
- Password for the SMTP relay serverSMTP_PORT
- Outgoing SMTP port, default 587SMTP_SECURE
- Does the SMTP server requires a secure connection, default TRUESMTP_TLS
- Use STARTTLS, default TRUE (if SMTP_TLS is FALSE and SMTP_SECURE is true, SMTP over SSL will be used)SMTP_MASQ
- Masquerade outbound emails using this domain, default empty
/var/lib/bitlbee
is defined as a volume and used for storing bitlbee's configuration.