We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6f015 commit b5670a0Copy full SHA for b5670a0
docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
- ./knexfile.js:/usr/src/app/knexfile.js
28
- ./openapi.yaml:/usr/src/app/openapi.yaml
29
db:
30
- image: postgres:10-alpine
+ image: postgres:16-alpine
31
ports:
32
- 127.0.0.1:5432:5432
33
volumes:
0 commit comments