You've already forked docker-bitlbee
add docker-compose config
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user