Skip to content

Instantly share code, notes, and snippets.

@hunt3ri
Created May 22, 2017 23:20
Embed
What would you like to do?
postgres dockerfile
FROM postgres
ENV POSTGRES_USER postgres
ENV POSTGRES_PASSWORD password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment