TheLounge docker-compose.yml

From wiki.N4VX.net
Revision as of 03:56, 1 January 2021 by Admin (talk | contribs) (Created page with " version: '2' services: thelounge: image: thelounge/thelounge:latest container_name: thelounge ports: - "9000:9000" restart: always...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 version: '2'
 services:
   thelounge:
     image: 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