Update 0.3.7.md

This commit is contained in:
Stefan Pejcic 2024-11-28 15:27:49 +01:00 committed by GitHub
parent 6e43fcc047
commit e9618af403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
Not yet released.
### 🚀 New features
- Users can now reset the DNS zone for domain from ['OpenPanel > DNS Zone Editor > *domain* > Reset Zone'](/docs/panel/domains/dns/#reset-zone).
- Administrators can now [increase storage (disk space) allocated to Docker from 'OpenAdmin > Services > Docker'](https://i.postimg.cc/dwXgtRnP/storage-limits.png).
### 🐛 Bug fixes
@ -14,6 +15,7 @@ Not yet released.
- Fixed error: [`failed to start daemon: error while opening volume store metadata database (/var/lib/docker/volumes/metadata.db): invalid database`](https://community.openpanel.org/d/121-solved-docker-error-while-opening-volume-store-metadata-database) caused by decreasing allocated storage for docker.
### 💅 Polish
- [`opencli domains-dns default` command to restore default DNS zone for a domain](https://dev.openpanel.com/cli/domains.html#Default).
- For faster install process on servers with 400GB+ of storage, from now [a maximum of 200GB will be allocated to Docker service](https://github.com/stefanpejcic/OpenPanel/commit/930eb40b2e72b33cc60aaac49215f6a398d96c29).
- [No way to manually start PHP #281](https://github.com/stefanpejcic/OpenPanel/issues/281).
- [`opencli docker-limits --apply`](https://dev.openpanel.com/cli/docker.html#Limits) will now work for both devicemapper and overlay2 docker storage drivers.