We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a57848 commit 784b675Copy full SHA for 784b675
build/dist/docker-compose-db8.yml
@@ -5,6 +5,7 @@ services:
5
db8:
6
image: percona:8
7
volumes:
8
+ - ./conf.d/mysql8/my.cnf:/etc/my.cnf.d/development.cnf:ro
9
- dockerdev-mysql8-volume:/var/lib/mysql:rw
10
environment:
11
- MYSQL_ROOT_PASSWORD
conf.d/mysql8/my.cnf
@@ -0,0 +1,2 @@
1
+[mysqld]
2
+log_bin_trust_function_creators = 1
0 commit comments