Created
May 24, 2020 18:22
-
-
Save soyHouston256/f6c37480bc3ee30e37c7fb92496d9ee0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
postgres: | |
image: postgres:10 | |
environment: | |
POSTGRES_PASSWORD: postgres | |
PGDATA: /data/postgres | |
volumes: | |
- ./postgres:/data/postgres | |
ports: | |
- 5439:5432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment