ghost database pool = 0 https://github.com/knex/knex/issues/975
continuous-integration/drone/push Build was killed Detalles

This commit is contained in:
Giles Bradshaw 2020-05-07 16:28:07 +01:00
padre c40b34634e
commit a14ddf7f3d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -270,6 +270,7 @@ services:
- database__connection__user=root
- database__connection__password=$GHOST_MYSQL_ROOT_PASSWORD
- database__connection__database=ghost
- database__pool__min=0 # https://github.com/knex/knex/issues/975
networks:
- appnet
ghost-mysql: