hardlounge/docker-compose.yml

8 lines
167 B
YAML
Raw Normal View History

services:
thelounge:
2023-10-05 05:58:10 -04:00
image: git.supernets.org/supernets/thelounge:4.4.1-sn1
ports:
- "9000:9000"
volumes:
- "$PWD/config:/var/opt/thelounge"