fix typo
This commit is contained in:
parent
a3053fa67a
commit
bf8dc1fe64
|
|
@ -24,7 +24,7 @@ We need to [increase the packet size](http://documentation.bonitasoft.com/databa
|
|||
|
||||
mkdir -p ~/Documents/Docker/Volumes/custom_mysql
|
||||
echo "[mysqld]" > ~/Documents/Docker/Volumes/custom_mysql/bonita.cnf
|
||||
echo "max_allowed_packet=16M" > ~/Documents/Docker/Volumes/custom_mysql/bonita.cnf
|
||||
echo "max_allowed_packet=16M" >> ~/Documents/Docker/Volumes/custom_mysql/bonita.cnf
|
||||
|
||||
Then we can mount that directory location as /etc/mysql/conf.d inside the MySQL container :
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue