From 4d2fd7e12457117812d7e032ea1c897863c55ffd Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 26 Aug 2024 17:54:27 +0200 Subject: [PATCH] Update 0.2.6.md --- documentation/docs/changelog/0.2.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/changelog/0.2.6.md b/documentation/docs/changelog/0.2.6.md index 624de82e..8abdebe4 100644 --- a/documentation/docs/changelog/0.2.6.md +++ b/documentation/docs/changelog/0.2.6.md @@ -29,6 +29,7 @@ Not yet released. - [Fixed `Error: Data insertion failed.` on adding next user after 0.2.5 update](https://github.com/stefanpejcic/OpenPanel/issues/162). ### 💅 Polish +- Set mailserver hostname autoamtically on install. - Nginx docker image change: [nginx:alpine (43.2MB)](https://hub.docker.com/layers/library/nginx/mainline-alpine/images/sha256-0c57fe90551cfd8b7d4d05763c5018607b296cb01f7e0ff44b7d047353ed8cc0?context=explore) is now used instead of [nginx:latest (188MB)](https://hub.docker.com/layers/library/nginx/latest/images/sha256-5f0574409b3add89581b96c68afe9e9c7b284651c3a974b6e8bac46bf95e6b7f?context=explore) - `--with-modsec` flag is removed from [the install command](/install). - [overlay2 is now the default Docker storage driver for new instalaltions](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2).