9 lines
178 B
YAML
9 lines
178 B
YAML
services:
|
|
thelounge:
|
|
image: git.supernets.org/supernets/thelounge:latest
|
|
#build: .
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- "$PWD/config:/var/opt/thelounge"
|