Update 0.2.6.md

This commit is contained in:
Stefan Pejcic 2024-08-25 15:09:13 +02:00 committed by GitHub
parent f3350ecaa1
commit 3bdee37c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,12 @@ Not yet released.
- Fixed css styling bug with footer on OpenAdmin: Nginx and Plans pages.
- Fixed bug with `opencli user-delete` not deleting nginx vhost files after user is deleted.
- Fixed bug with `geoip` command missing from Fedora installation.
- [Fixed bug with device devicemapper thinspace limit of 107.4GB](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2).
### 💅 Polish
- 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://docs.docker.com/engine/storage/drivers/overlayfs-driver/).
- [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).
- `--overlay2` flag is removed from [the install command](/install).
- on installation [50% of available disk space will be used to create an XFS partition for Docker](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2).
- `/etc/fstab` is now used for mounting storage files after reboot, `opencli server-on_reboot` is deprecated.