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

Merge branch 'develop' of lab.libreho.st:libre.sh/compose/wordpress into develop

parents 3461bd3e 6850c69b
No related branches found
Tags 5
No related merge requests found
......@@ -11,11 +11,15 @@ SUBNET=$(($var +1))
echo "MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" > .env
echo "WORDPRESS_DB_PASSWORD=${MYSQL_ROOT_PASSWORD}" >> .env
echo "MAIL_PASS=${MAIL_PASS}" >> .env
echo "MAIL_USER=${MAIL_USER}" >> .env
echo "MAIL_HOST=${MAIL_HOST}" >> .env
echo "MAIL_PORT=${MAIL_PORT}" >> .env
echo "MAIL_SECURITY=${MAIL_SECURITY}" >> .env
echo "MAIL_SECURITY=${MAIL_SECURITY}" >> .env*
echo "SUBNET=${SUBNET}" >> .env
echo "WORDPRESS_VERSION=${WORDPRESS_VERSION}" >> .env
echo "MYSQL_VERSION=5.7" >> .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