mirror of
https://github.com/paradizelost/docker.git
synced 2024-11-25 02:44:45 -06:00
17 lines
301 B
YAML
17 lines
301 B
YAML
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"
|