Explorar el Código

Merge pull request #303 from piotrkwiecinski/mysql-max-allowed-packet

increase mysql max_allowed_packet from 4m to 64m
Mark Shust hace 4 años
padre
commit
8f36be19d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      compose/docker-compose.yml

+ 1 - 0
compose/docker-compose.yml

@@ -28,6 +28,7 @@ services:
 
   db:
     image: percona:5.7
+    command: --max_allowed_packet=64M
     ports:
       - "3306:3306"
     env_file: env/db.env