diff --git a/.env b/.env index 9ce3820..179758d 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ TimeZone=America/New_York -OLS_VERSION=1.8.4 -PHP_VERSION=lsphp84 +OLS_VERSION=1.8.5 +PHP_VERSION=lsphp85 PHPMYADMIN_VERSION=5.2.3 MYSQL_ROOT_PASSWORD=your_root_password MYSQL_DATABASE=wordpress diff --git a/README.md b/README.md index bf9083b..53dc409 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The docker image installs the following packages on your system: | :-------------: | :-------------: | |Linux|Ubuntu 24.04| |OpenLiteSpeed|[Latest version](https://hub.docker.com/r/litespeedtech/openlitespeed)| -|MariaDB|[Stable version: 11.4](https://hub.docker.com/_/mariadb)| +|MariaDB|[Latest Stable version: 11.8 LTS](https://hub.docker.com/_/mariadb)| |PHP|[Latest version](http://rpms.litespeedtech.com/debian/)| |LiteSpeed Cache|[Latest from WordPress.org](https://wordpress.org/plugins/litespeed-cache/)| |ACME|[Latest from ACME official](https://github.com/acmesh-official/get.acme.sh)| diff --git a/docker-compose.yml b/docker-compose.yml index 7a3473d..4ffbb28 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: - mysql: - image: mariadb:11.4 + mariadb: + image: mariadb:11.8 logging: driver: none command: ["--max-allowed-packet=512M"] @@ -43,7 +43,7 @@ services: ports: - 8080:80 environment: - PMA_HOST: mysql + PMA_HOST: mariadb restart: always networks: - default