Merge branch 'master' into patch-2

1aaf342 · Eric Meadows-Jönsson · 2020-05-14 10:19

1 files +2 -0

Files changed

modified README.md
+2 −0
@@ -75,6 +75,8 @@ jobs:
75 75 db:
76 76 image: postgres:11
77 77 ports: ['5432:5432']
78 + env:
79 + POSTGRES_PASSWORD: postgres
78 80 options: >-
79 81 --health-cmd pg_isready
80 82 --health-interval 10s

Parents: 3f15364 6cbe433