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

This commit is contained in:
Giles Bradshaw 2020-05-07 16:28:07 +01:00
parent c40b34634e
commit a14ddf7f3d
1 changed files with 1 additions and 0 deletions

View File

@ -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: