summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-01 22:02:44 +0200
committerTilo Spannagel <development@tilosp.de>2018-08-01 22:02:44 +0200
commit95863560089b504f5371a115fc2fbb40df518a00 (patch)
tree25e3d18f57bcbdc9da35264a683796703b176e74 /.examples
parente05e2f1dd709d5cdfedbd3d81d7f9853b863f5a8 (diff)
Add mariadb command line arguments
Diffstat (limited to '.examples')
-rw-r--r--.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/docker-compose.yml
index 2b05bd56..55b2ef28 100644
--- a/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/docker-compose.yml
@@ -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