mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 21:03:53 +01:00
5 lines
103 B
Text
5 lines
103 B
Text
|
FROM mariadb
|
||
|
#FROM mysql
|
||
|
|
||
|
COPY transaction-isolation.conf /etc/mysql/conf.d/transaction-isolation.conf
|