Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created January 15, 2020 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/8efbd237cf8bfd90d89ea8cc5587b947 to your computer and use it in GitHub Desktop.
Save miguelmota/8efbd237cf8bfd90d89ea8cc5587b947 to your computer and use it in GitHub Desktop.
Dockerfile postgresql custom username and password
FROM postgres:12.1
ENV POSTGRES_PASSWORD=docker
ENV POSTGRES_USER=docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment