Last active
January 15, 2022 14:31
-
-
Save ArturMiguel/898f8daa48724138b05b1fb2b359be76 to your computer and use it in GitHub Desktop.
Iniciar container PostgreSQL no Docker
This file contains hidden or 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
| docker run --name postgres -e "POSTGRES_PASSWORD=postgres" -p 5432:5432 -v C:/Users/<user>/Documents/docker-data/postgres:/var/lib/postgresql/data -d postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment