This container contains bitlbee built from git with additional plugins which is also built from git.
Sources: https://sources.dev.pztrn.name/containers/bitlbee
You can use this compose file to start bitlbee:
version: "2.4"
services:
bitlbee:
restart: always
image: "pztrn/bitlbee:latest"
ports:
- "26667:6667"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/dockerdata/bitlbee/:/bitlbee-data/:rw"
Content type
Image
Digest
Size
20.2 MB
Last updated
almost 6 years ago
docker pull pztrn/bitlbee