Update 1.1.0.md

This commit is contained in:
Stefan Pejcic 2025-03-03 19:48:13 +01:00 committed by GitHub
parent 2d4287eee0
commit fa94d5105e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,3 +7,10 @@ Released on March 03, 2024
- usage of [docker containers per service](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/docker-compose.yml)
- removal of official openpanel docker images
- usage of [docker volumes for storing data](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/docker-compose.yml#L629)
- user plans no longer determine web server (nginx/apache) - instead it is globally configurable in: [/etc/openpanel/docker/compose/1.0/.env](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/.env#L10)
- user plans no longer determine usage of mysql type (mysql/mariadb) - instead it is globally configurable in: [/etc/openpanel/docker/compose/1.0/.env](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/.env#L10)
### 💅 Polish
- disk and inodes quota can now be set to 0 for unlimited
- **docker** feature is added, allowing users to manage resource usage per containers, change versions, switch mysql type or webserver.
-