Created
September 5, 2016 15:57
-
-
Save ore-public/fb73e207432cf9e0d1ed452ca311bae6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
pg94: | |
restart: always | |
image: postgres:9.4.9 | |
ports: | |
- "5432:5432" | |
environment: | |
- POSTGRES_USER=xxxxx | |
volumes: | |
- /Users/xxxxx/docker-dev/pg94/data:/var/lib/postgresql/data |
Author
ore-public
commented
Sep 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment