8 lines
167 B
YAML
8 lines
167 B
YAML
services:
|
|
thelounge:
|
|
image: git.supernets.org/supernets/thelounge:4.4.1-sn1
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- "$PWD/config:/var/opt/thelounge"
|