Skip to content

Instantly share code, notes, and snippets.

@ore-public
Created September 5, 2016 15:57
Show Gist options
  • Save ore-public/fb73e207432cf9e0d1ed452ca311bae6 to your computer and use it in GitHub Desktop.
Save ore-public/fb73e207432cf9e0d1ed452ca311bae6 to your computer and use it in GitHub Desktop.
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
@ore-public
Copy link
Author

docker-compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment