Skip to content

Instantly share code, notes, and snippets.

@antiops
Created July 3, 2021 04:22
Show Gist options
  • Select an option

  • Save antiops/03fe24a6aa83198b514d8c80148f52a7 to your computer and use it in GitHub Desktop.

Select an option

Save antiops/03fe24a6aa83198b514d8c80148f52a7 to your computer and use it in GitHub Desktop.
version: '3.5'
services:
thelounge:
image: thelounge/thelounge:latest
container_name: thelounge
ports:
- "127.0.0.1:9000:9000"
restart: always
volumes:
- /opt/thelounge:/var/opt/thelounge
networks:
vpn-net:
name: nexus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment