mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user