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

Commit

Permalink
https://github.com/docker-library/postgres/issues/520
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Dec 25, 2021
1 parent d8cf16c commit 32d656b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
database:
image: postgres:13-alpine
image: postgres:10.5-alpine
ports:
- 5432:5432
env_file:
Expand Down
3 changes: 0 additions & 3 deletions knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ module.exports = {
},
seeds: {
directory: 'tests/seeds'
},
pool: {
min: 0
}
}

0 comments on commit 32d656b

Please sign in to comment.