Skip to content

Commit

Permalink
Add environment variable to allow connection
Browse files Browse the repository at this point in the history
If this is not set, it shuts down DB containers. Causes users to not be able to Deploy or to Debug the containers.

Relevant PR:
docker-library/postgres#658
  • Loading branch information
vjocw committed May 12, 2020
1 parent add0da1 commit 901821d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ spec:
name: db
ports:
- containerPort: 5432
env:
- name: POSTGRES_HOST_AUTH_METHOD
value: "trust"

0 comments on commit 901821d

Please sign in to comment.