Merge pull request #105 from stealthinnovative/master

Update to the current versions of OLS 1.8.5, PHP lsphp85, Maria DB 11.8 LTS
This commit is contained in:
E.L.
2026-01-14 08:38:02 +08:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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)|
+3 -3
View File
@@ -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