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
|
TimeZone=America/New_York
|
||||||
OLS_VERSION=1.8.4
|
OLS_VERSION=1.8.5
|
||||||
PHP_VERSION=lsphp84
|
PHP_VERSION=lsphp85
|
||||||
PHPMYADMIN_VERSION=5.2.3
|
PHPMYADMIN_VERSION=5.2.3
|
||||||
MYSQL_ROOT_PASSWORD=your_root_password
|
MYSQL_ROOT_PASSWORD=your_root_password
|
||||||
MYSQL_DATABASE=wordpress
|
MYSQL_DATABASE=wordpress
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ The docker image installs the following packages on your system:
|
|||||||
| :-------------: | :-------------: |
|
| :-------------: | :-------------: |
|
||||||
|Linux|Ubuntu 24.04|
|
|Linux|Ubuntu 24.04|
|
||||||
|OpenLiteSpeed|[Latest version](https://hub.docker.com/r/litespeedtech/openlitespeed)|
|
|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/)|
|
|PHP|[Latest version](http://rpms.litespeedtech.com/debian/)|
|
||||||
|LiteSpeed Cache|[Latest from WordPress.org](https://wordpress.org/plugins/litespeed-cache/)|
|
|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)|
|
|ACME|[Latest from ACME official](https://github.com/acmesh-official/get.acme.sh)|
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mysql:
|
mariadb:
|
||||||
image: mariadb:11.4
|
image: mariadb:11.8
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: none
|
||||||
command: ["--max-allowed-packet=512M"]
|
command: ["--max-allowed-packet=512M"]
|
||||||
@@ -43,7 +43,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
environment:
|
environment:
|
||||||
PMA_HOST: mysql
|
PMA_HOST: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user