Created
February 1, 2021 19:29
-
-
Save ebinmore/d522441fb66a66683d045e179f94de6f to your computer and use it in GitHub Desktop.
docker-compose override to expose the port on postgres container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgres: | |
ports: | |
- 5432:5432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment