Need to export the password for postgres

033ba30 · Nathan · 2020-04-28 06:34

1 files +2 -0
Message
{commit_body(@commit)}

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: 0557788