aboutsummaryrefslogblamecommitdiffstats
path: root/docker/bitlbee-purple/docker-compose.yaml
blob: 2006d88b92b68887e7326cff879b105b734ddf84 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                    
version: "3.7"
services:
  bitlbee:
    # image: ezkrg/bitlbee-libpurple
    image: luzifer/bitlbee
    networks:
      - bitlbeenet
    ports:
      - "127.0.0.1:6667:6667"
    restart: unless-stopped
    volumes:
      - ./conf:/var/lib/bitlbee
networks:
  bitlbeenet: