Skip to content

Instantly share code, notes, and snippets.

@pdr-tuche
Created January 12, 2023 21:58
Show Gist options
  • Save pdr-tuche/4873287753ebb04af2fed0ee93618338 to your computer and use it in GitHub Desktop.
Save pdr-tuche/4873287753ebb04af2fed0ee93618338 to your computer and use it in GitHub Desktop.
criando container com volumes
docker run -d -p 5433:5432 --name psql --volumes-from apiproduto-postgres -e POSTGRESQL_PASS=postgres postgres:alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment