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
부모 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: