From 1fd43650c99b300892180a84816375751fff15c2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 20 Dec 2024 14:59:07 +0100 Subject: [PATCH] Update 1.0.0.md --- website/docs/changelog/1.0.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/1.0.0.md b/website/docs/changelog/1.0.0.md index 5a61e6fa..940a1296 100644 --- a/website/docs/changelog/1.0.0.md +++ b/website/docs/changelog/1.0.0.md @@ -14,4 +14,6 @@ Not yet released. - `/json/show_usage_stats` route is removed. - `/api/usage` and `/api/usage/stats` api endpoints are removed. - `max_disk` option is removed from `opencli docker-limits` and `--apply SIZE` is deprecated. -- Storage file is no longer needed nor created for the docker daemon. +- `/var/lib/docker.img` is no longer created on installation and mounted on `/var/lib/docker`. +- Setting disk limits for [rootful containers](https://github.com/stefanpejcic/openpanel-configuration/blob/main/docker/compose/newer-docker-compose.yml) is no longer supported. +-