UNPKG
mobidev-thelounge
Version:
latest (4.3.1)
4.3.1
The self-hosted Web IRC client
thelounge.chat
thelounge/thelounge
mobidev-thelounge
/
thelounge-docker
/
docker-compose.yml
11 lines
(10 loc)
•
267 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
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