We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f2512 commit 695718cCopy full SHA for 695718c
compose.yml
@@ -8,6 +8,7 @@ services:
8
MYSQL_DATABASE: $DB_NAME
9
MYSQL_USER: $DB_USER
10
MYSQL_PASSWORD: $DB_PASSWORD
11
+ MYSQL_TRANSACTION_ISOLATION: READ-COMMITTED
12
# volumes:
13
# - ./mariadb-init:/docker-entrypoint-initdb.d # Place init .sql file(s) here.
14
# - /path/to/mariadb/data/on/host:/var/lib/mysql # Use bind mount
0 commit comments