0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-05 22:04:58 +01:00

Add mariadb command line arguments

This commit is contained in:
Tilo Spannagel 2018-08-01 22:02:44 +02:00
parent e05e2f1dd7
commit 9586356008

View file

@ -3,6 +3,7 @@ version: '3'
services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:
- db:/var/lib/mysql