From bd2e1b410752d0ed32cf2fce35a8e45a81a0b205 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Thu, 13 Dec 2018 17:08:50 +0100 Subject: [PATCH] Add db command to docker-compose example in readme Signed-off-by: Richard Steinmetz --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d712c0..8e4c168 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ volumes: services: db: image: mariadb + command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW restart: always volumes: - db:/var/lib/mysql @@ -192,6 +193,7 @@ volumes: services: db: image: mariadb + command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW restart: always volumes: - db:/var/lib/mysql