mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
modified: .env
modified: bin/container/owaspctl.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
TimeZone=America/New_York
|
||||
OLS_VERSION=1.7.15
|
||||
PHP_VERSION=lsphp80
|
||||
OLS_VERSION=1.7.16
|
||||
PHP_VERSION=lsphp81
|
||||
MYSQL_DATABASE=wordpress
|
||||
MYSQL_ROOT_PASSWORD=password
|
||||
MYSQL_USER=wordpress
|
||||
|
||||
@@ -140,6 +140,7 @@ disable_modsec(){
|
||||
install_git(){
|
||||
if [ ! -f /usr/bin/git ]; then
|
||||
echo 'Install git'
|
||||
apt update >/dev/null 2>&1
|
||||
apt-get install git -y >/dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user