summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-07-18 22:00:36 +0000
committerGitHub <noreply@github.com>2021-07-18 22:00:36 +0000
commit1a432d98fa98563182a56bdeab2b00d446a33e75 (patch)
treec30bbcaec03feb6a0bcda2042b65a21a2f721484 /.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
parentc769eb86e1021e6530b0ca93c20bbf1f462134fd (diff)
Lock mariadb to 10.5 in examples (fix #1536) (#1539)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
index 0639e18e..13bdf597 100644
--- a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
services:
db:
- image: mariadb
+ image: mariadb:10.5
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes: