summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
diff options
context:
space:
mode:
authorGreek <e1128193@student.tuwien.ac.at>2018-02-08 20:34:08 +0100
committerGreek <e1128193@student.tuwien.ac.at>2018-02-08 20:34:08 +0100
commit8c86333de9f4e8187fa0372e28d8d2b92c983da2 (patch)
tree1d50c7d6edf0ce83fcaa334c499e2f7aedee1196 /.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
parent80a384c2b6bf3c642c730d4cc7929742ee896094 (diff)
* Fix the Transaction Isolation Level of the MYSQL/MariaDB Databases
in the .example section.
Diffstat (limited to '.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
index 7417a665..7d2b7916 100644
--- a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
@@ -7,6 +7,7 @@ services:
restart: always
volumes:
- db:/var/lib/mysql
+ - ./mysql.conf:/etc/mysql/conf.d/mysql-config.cnf
environment:
- MYSQL_ROOT_PASSWORD=
env_file: