Seafile : maj MariaDB 10.1 (EOL) -> 10.2

This commit is contained in:
Gitouche 2022-01-16 19:46:17 +01:00
parent 633924028c
commit 6d7b76f8d5

View file

@ -1,7 +1,7 @@
version: '2.0' version: '2.0'
services: services:
db: db:
image: mariadb:10.1 image: mariadb:10.2
container_name: seafile-mysql container_name: seafile-mysql
environment: environment:
- MYSQL_ROOT_PASSWORD=${GARBAYE_SEAFILE_MYSQL_ROOT_PASSWORD} # Requested, set the root's password of MySQL service. - MYSQL_ROOT_PASSWORD=${GARBAYE_SEAFILE_MYSQL_ROOT_PASSWORD} # Requested, set the root's password of MySQL service.