add build options MAX_ALLOWED_PACKET to mysql
This commit is contained in:
@ -101,7 +101,10 @@ services:
|
||||
### MySQL Container #########################################
|
||||
|
||||
mysql:
|
||||
build: ./mysql
|
||||
build:
|
||||
context: ./mysql
|
||||
args:
|
||||
- MAX_ALLOWED_PACKET=20M
|
||||
volumes_from:
|
||||
- volumes_data
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user