Skip to content
Snippets Groups Projects
Commit fea4ef54 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

add auto upgrade flag

parent 447b9a0e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ services:
MYSQL_PASSWORD: "{{ mysql_user_pass }}"
MYSQL_DATABASE: nextcloud
MYSQL_USER: nextcloud
MARIADB_AUTO_UPGRADE: "1"
networks:
- default
......
......@@ -19,6 +19,7 @@ services:
MYSQL_PASSWORD: "{{ mysql_user_pass }}"
MYSQL_DATABASE: nextcloud
MYSQL_USER: nextcloud
MARIADB_AUTO_UPGRADE: "1"
networks:
- default
......
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