Skip to content

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