---
version: '3.8'
services:
  thelounge:
    image: linuxserver/thelounge
    container_name: TheLounge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/New_York
    volumes:
      - ./config:/config
    ports:
      - 26635:9000
    restart: unless-stopped
