Skip to content

Instantly share code, notes, and snippets.

@ebinmore
Created February 1, 2021 19:29
Show Gist options
  • Save ebinmore/d522441fb66a66683d045e179f94de6f to your computer and use it in GitHub Desktop.
Save ebinmore/d522441fb66a66683d045e179f94de6f to your computer and use it in GitHub Desktop.
docker-compose override to expose the port on postgres container
postgres:
ports:
- 5432:5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment