3.0.0 (2019-01-27)
Breaking Changes
- Rename the image from
thelounge/loungetothelounge/theloungeon 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/datato/var/opt/thelounge.- This requires you to update your mounted data volume to mount at
/var/opt/thelounge.
- This requires you to update your mounted data volume to mount at
- Remove support for the
HOST,PORTandBINDenvironment 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
slimflavour. - No longer installs
vimandnanoin the base image.