Skip to content

Instantly share code, notes, and snippets.

@soyHouston256
Created May 24, 2020 18:22
Show Gist options
  • Save soyHouston256/f6c37480bc3ee30e37c7fb92496d9ee0 to your computer and use it in GitHub Desktop.
Save soyHouston256/f6c37480bc3ee30e37c7fb92496d9ee0 to your computer and use it in GitHub Desktop.
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