Files
vegasco/Run-PostgresDb.ps1

1 line
143 B
PowerShell
Raw Normal View History

docker run -d -p 5432:5432 --restart always --name vegasco-test-db -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres postgres:16.3-alpine