github thelounge/thelounge-docker 3.0.0

latest releases: 4.4.3, 4.4.1, 4.4.1-rc.2...
5 years ago

3.0.0 (2019-01-27)

Breaking Changes

  • Rename the image from thelounge/lounge to thelounge/thelounge on DockerHub.
  • Drop from root user in the container.
    • This may affect file permissions on the host system of mounted data directories. To resolve this, refer to running as a custom user in the README.
    • These file permission errors are restricted to the host system only, The Lounge will continue to run successfully in the container.
  • Change default data path from /home/lounge/data to /var/opt/thelounge.
    • This requires you to update your mounted data volume to mount at /var/opt/thelounge.
  • Remove support for the HOST, PORT and BIND environment variables.
    • You can instead set these config options in the config file, or by running the container with a custom command where you supply the configurations.
  • Remove the slim flavour.
  • No longer installs vim and nano in the base image.

Don't miss a new thelounge-docker release

NewReleases is sending notifications on new releases.