From 033ba305903d191ce2dd0bfe56d611dca3a97e0f Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 28 Apr 2020 08:34:20 +0200 Subject: [PATCH] Need to export the password for postgres In the phoenix example in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aee9e59..3dd87d9 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ jobs: db: image: postgres:11 ports: ['5432:5432'] + env: + POSTGRES_PASSWORD: postgres options: >- --health-cmd pg_isready --health-interval 10s