thelounge-docker/docker-compose.yml
2023-03-19 18:49:40 +01:00

11 lines
265 B
YAML

version: '2'
services:
thelounge:
image: ghcr.io/thelounge/thelounge:latest
container_name: thelounge
ports:
- "9000:9000"
restart: always
volumes:
- ~/.thelounge:/var/opt/thelounge # bind lounge config from the host's file system