Skip to content
Snippets Groups Projects
Commit 28959240 authored by Michel Memeteau's avatar Michel Memeteau
Browse files

Use mariadb 10.5 and wordpress 6.0

parent 43941b86
No related branches found
Tags 5
No related merge requests found
......@@ -3,7 +3,7 @@
source /etc/environment
WORDPRESS_VERSION=5.9-fpm
WORDPRESS_VERSION=6.0-fpm
MYSQL_ROOT_PASSWORD=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`
var=$(for folder in `ls /data/domains`; do cat /data/domains/$folder/.env | grep SUBNET | cut -d"=" -f2; done | sort | tail -n1)
......@@ -22,4 +22,4 @@ echo "SUBNET=${SUBNET}" >> .env
echo "WORDPRESS_VERSION=${WORDPRESS_VERSION}" >> .env
echo "MYSQL_VERSION=5.7" >> .env
echo "MYSQL_VERSION=10.5" >> .env
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment