Skip to content

Commit 5a52ad7

Browse files
authored
Update docker-compose.yml
added custom.my.cnf to mysql volumes
1 parent 0c25065 commit 5a52ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ services:
7878
platform: linux/amd64
7979
volumes:
8080
- mysql:/var/lib/mysql
81+
- ./images/mysql/custom.my.cnf:/etc/mysql/conf.d/custom.my.cnf
8182

8283
adminer:
8384
build:

0 commit comments

Comments
 (0)