Files
docker-bitlbee/README.md
2020-04-01 20:03:10 +02:00

1.7 KiB

Features

In addition to the Bitlbee's out of the box supported protocols, this container also supports the following protocols:

Usage

  1. Clone the project:

    git clone https://www.github.com/mbologna/docker-bitlbee
    
  2. (Optional) Customize bitlbee configuration file in etc/bitlbee/bitlbee.conf

  3. Run bitlbee via:

    a. Docker Compose:

     docker-compose up
    

    b. or via Docker:

     docker volume create bitlbee_data
     docker run -d --name bitlbee -p 16667:6667 --restart=always -v $PWD/etc/bitlbee:/usr/local/etc/bitlbee mbologna/docker-bitlbee
    

Building

You can build a bitlbee image from Dockerfile: docker build -t="mbologna/docker-bitlbee" github.com/mbologna/docker-bitlbee