Create compose.yml

This commit is contained in:
drifty
2025-01-16 12:57:35 +05:30
committed by GitHub
parent 3442cdf397
commit 5a1a70118b

View File

@@ -0,0 +1,11 @@
version: '2'
services:
thelounge:
image: ghcr.io/thelounge/thelounge:latest
container_name: thelounge
ports:
- "9000:9000"
restart: always
volumes:
- ./thelounge:/var/opt/thelounge # bind lounge config from the host's file system
# external caddy handles SSL certs