From 9cad9e6e6c72d2c0a01e9c7b3304a346c6ec7108 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 8 May 2024 16:32:54 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index b813e558..84cc3f36 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -142,8 +142,9 @@ New API endpoints are available for automating various administrative tasks or i ### Improved install -- `git` is now removed from the install script +- `git` and `clamav` are now removed from the install script - Added checks for failed wget (reported by *germangc125*) +- `--repair` flag will now retry all installation steps ---- @@ -288,7 +289,7 @@ This change fixes 16 vulnerabilities in the previous Ubuntu 22.04 docker image. ### Containerized services -MySQL service is now run inside a docker container. This allows Admins to set cpu and memory limits for the service, as well to easily manage backup and restore. +MySQL service is now also run as a docker container. This allows Admins to set cpu and memory limits for the service, as well to easily manage backup and restore. Example, restart mysql container: ```bash