Skip to content

Instantly share code, notes, and snippets.

@ArturMiguel
Last active January 15, 2022 14:31
Show Gist options
  • Select an option

  • Save ArturMiguel/898f8daa48724138b05b1fb2b359be76 to your computer and use it in GitHub Desktop.

Select an option

Save ArturMiguel/898f8daa48724138b05b1fb2b359be76 to your computer and use it in GitHub Desktop.
Iniciar container PostgreSQL no Docker
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