add docker-compose config

This commit is contained in:
Björn Stierand
2018-08-22 14:58:56 +02:00
parent 7928bc9fe3
commit 29a6efbc5e

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.3"
services:
app:
image: mbologna/docker-bitlbee
restart: always
ports:
- "6667:6667"
volumes:
- data:/var/lib/bitlbee
volumes:
data: