summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
diff options
context:
space:
mode:
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: