docker/thelounge/docker-compose.yml

17 lines
301 B
YAML
Raw Normal View History

2020-12-08 08:59:05 -06:00
version: '3'
services:
lounge:
container_name: lounge
hostname: lounge
image: thelounge/thelounge
restart: always
logging:
options:
max-size: "10m"
max-file: "3"
volumes:
- ./data:/var/opt/thelounge
# ports:
#- "9000:9000"