Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 32d656b

Browse files
committed
https://github.com/docker-library/postgres/issues/520
1 parent d8cf16c commit 32d656b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
database:
5-
image: postgres:13-alpine
5+
image: postgres:10.5-alpine
66
ports:
77
- 5432:5432
88
env_file:

knexfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ module.exports = {
1111
},
1212
seeds: {
1313
directory: 'tests/seeds'
14-
},
15-
pool: {
16-
min: 0
1714
}
1815
}

0 commit comments

Comments
 (0)