thelounge-docker/docker-compose.yml

12 lines
248 B
YAML
Raw Normal View History

version: '2'
services:
thelounge:
build:
context: ./
container_name: thelounge
ports:
- "9000:9000"
restart: always
volumes:
2019-01-03 14:28:50 +00:00
- ~/.thelounge:/var/opt/thelounge # bind lounge config from the host's file system