run_thelounge.sh 243 B

12345678910
  1. #!/bin/bash
  2. set -x
  3. docker run --detach \
  4. --publish ${2:-9000}:9000 \
  5. --volume /data/thelounge:/var/opt/thelounge \
  6. --restart always \
  7. --name ${1:-thelounge} \
  8. thelounge/thelounge:latest