hardlounge/docker-compose.yml
2023-10-06 03:55:31 +00:00

9 lines
178 B
YAML

services:
thelounge:
image: git.supernets.org/supernets/thelounge:latest
#build: .
ports:
- "9000:9000"
volumes:
- "$PWD/config:/var/opt/thelounge"