Create Docker.ps1

This commit is contained in:
GuilhermeWerner
2021-09-05 09:07:22 -03:00
parent 4dce1eac14
commit 2b842c0545

1
Docker.ps1 Normal file
View File

@ -0,0 +1 @@
docker run --name PostgreSQL -e "POSTGRES_PASSWORD=1234" -p 5432:5432 -v D:/Guilherme/Docker/PostgreSQL:/var/lib/postgresql/data -d postgres