demyxsh / demyx

Demyx is a Docker image that automates and manages WordPress installations. Traefik for reverse proxy with Lets Encrypt SSL/TLS. WordPress sites are powered by OpenLiteSpeed/NGINX-PHP and MariaDB.
https://demyx.sh
MIT License
142 stars 23 forks source link

Add option to use PHP 8.1 instead of PHP 7.4 #26

Closed Theofilos-Chamalis closed 10 months ago

Theofilos-Chamalis commented 2 years ago

I believe it should be useful when using the OpenLiteSpeed stack to have the option to use PHP v8.1 instead of PHP 7.4, to enable better performance.

demyxco commented 2 years ago

Good idea. I should add both lsphp74 and lsphp80 in the Dockerfile.

Theofilos-Chamalis commented 1 year ago

Any updates on PHP 8.1 or even PHP 8.2 support? It would be nice to have it irrespectable of which web server is used for additional performance especially on low end systems

demyxco commented 1 year ago

@Theofilos-Chamalis still in the works, PHP versions will be interchangeable via docker-compose.yml .env file or via a demyx command.

demyxco commented 10 months ago

Version 1.4.0 is now released which sets php 8.0 as the default. Please refer to our Knowledge Base on upgrading and descriptions of all demyx commands.