mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
2a29d83389
Updated OLS version to the current version 1.8.5. Updated php version to the current version lsphp85
10 lines
220 B
Bash
10 lines
220 B
Bash
TimeZone=America/New_York
|
|
OLS_VERSION=1.8.5
|
|
PHP_VERSION=lsphp85
|
|
PHPMYADMIN_VERSION=5.2.3
|
|
MYSQL_ROOT_PASSWORD=your_root_password
|
|
MYSQL_DATABASE=wordpress
|
|
MYSQL_USER=wordpress
|
|
MYSQL_PASSWORD=your_password
|
|
DOMAIN=localhost
|