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

This commit is contained in:
Giles Bradshaw 2020-05-07 16:28:07 +01:00
父節點 c40b34634e
當前提交 a14ddf7f3d
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

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