changed volume mount path to mysql configuration files
This commit is contained in:
@@ -128,7 +128,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
# @TODO use Ansible to adjust/edit configuration below
|
# @TODO use Ansible to adjust/edit configuration below
|
||||||
# @NOTE https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html
|
# @NOTE https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html
|
||||||
- ~/.config/mysql/sql.cnf:/etc/my.cnf:Z
|
- ~/.config/mysql:/etc/mysql/conf.d:Z
|
||||||
- mysql-lib:/var/lib/mysql
|
- mysql-lib:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- wg
|
- wg
|
||||||
|
|||||||
Reference in New Issue
Block a user