Skip to content
Snippets Groups Projects
Commit 58d90289 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

pin mysql & nextcloud version in install

parent 3da8ce8e
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,5 @@ echo "MAIL_PASS=${MAIL_PASS}" >> .env
echo "MAIL_FROM=noreply.${URL}" >> .env
echo "SMTP_NAME=${MAIL_USER}" >> .env
echo "NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD}" >> .env
echo "NEXTCLOUD_VERSION=14.0.4" >> .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