docker-composes/thelounge.yml

11 lines
191 B
YAML

version: '3.1'
services:
thelounge:
image: thelounge/thelounge
restart: always
ports:
- 6738:9000
volumes:
- ./:/var/opt/thelounge
container_name: thelounge