Skip to content

Fixes #2 env variable for postgres password#4

Open
imdurgadas wants to merge 1 commit intoStephenGrider:masterfrom
imdurgadas:patch-1
Open

Fixes #2 env variable for postgres password#4
imdurgadas wants to merge 1 commit intoStephenGrider:masterfrom
imdurgadas:patch-1

Conversation

@imdurgadas
Copy link

As per postgres documentation on docker hub (https://hub.docker.com/r/library/postgres/)

db:
    image: postgres
    restart: always
    environment:
      POSTGRES_PASSWORD: example

As per postgres documentation on docker hub (https://hub.docker.com/r/library/postgres/) 
```
db:
    image: postgres
    restart: always
    environment:
      POSTGRES_PASSWORD: example
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants