mirror of
https://github.com/paradizelost/docker.git
synced 2025-08-25 22:06:02 +00:00
First commit of my docker env
This commit is contained in:
16
thelounge/docker-compose.yml
Normal file
16
thelounge/docker-compose.yml
Normal 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"
|
Reference in New Issue
Block a user