First commit of my docker env

This commit is contained in:
root
2020-12-08 08:59:05 -06:00
commit 5852c5fbe1
11 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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"