mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 09:26:36 +00:00
DVL-006 Adding devilbox custom mysql configuration
This commit is contained in:
parent
a9dc7c3c54
commit
7858731dfe
0
.devilbox/etc/mariadb-10.0/.keepme
Normal file
0
.devilbox/etc/mariadb-10.0/.keepme
Normal file
0
.devilbox/etc/mariadb-10.1/.keepme
Normal file
0
.devilbox/etc/mariadb-10.1/.keepme
Normal file
0
.devilbox/etc/mariadb-10.2/.keepme
Normal file
0
.devilbox/etc/mariadb-10.2/.keepme
Normal file
0
.devilbox/etc/mariadb-5.5/.keepme
Normal file
0
.devilbox/etc/mariadb-5.5/.keepme
Normal file
0
.devilbox/etc/mysql-5.5/.keepme
Normal file
0
.devilbox/etc/mysql-5.5/.keepme
Normal file
0
.devilbox/etc/mysql-5.6/.keepme
Normal file
0
.devilbox/etc/mysql-5.6/.keepme
Normal file
0
.devilbox/etc/mysql-5.7/.keepme
Normal file
0
.devilbox/etc/mysql-5.7/.keepme
Normal file
0
.devilbox/etc/mysql-8.0/.keepme
Normal file
0
.devilbox/etc/mysql-8.0/.keepme
Normal file
10
.devilbox/etc/mysql-8.0/charset.cnf
Normal file
10
.devilbox/etc/mysql-8.0/charset.cnf
Normal file
@ -0,0 +1,10 @@
|
||||
[client]
|
||||
default-character-set=utf8
|
||||
|
||||
[mysql]
|
||||
default-character-set=utf8
|
||||
|
||||
|
||||
[mysqld]
|
||||
collation-server = utf8_unicode_ci
|
||||
character-set-server = utf8
|
@ -243,6 +243,9 @@ services:
|
||||
# Mount MySQL Socket directory
|
||||
- mysql_socket_volume:/tmp/mysql
|
||||
|
||||
# Mount devilbox default overwrites
|
||||
- ${DEVILBOX_PATH}/.devilbox/etc/${MYSQL_SERVER}:/etc/mysql/docker-default.d:ro
|
||||
|
||||
# Mount devilbox user-defined cnf files in order
|
||||
# to overwrite the MySQL server configuration
|
||||
- ${DEVILBOX_PATH}/cfg/${MYSQL_SERVER}:/etc/mysql/conf.d:ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user