UNPKG

mobidev-thelounge

Version:

The self-hosted Web IRC client

11 lines (10 loc) 267 B
version: '2' services: thelounge: image: 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