diff --git a/Run-PostgresDb.ps1 b/Run-PostgresDb.ps1 index 4ad1ab2..f96dca7 100644 --- a/Run-PostgresDb.ps1 +++ b/Run-PostgresDb.ps1 @@ -1 +1 @@ -docker run --rm -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres postgres:16.3-alpine \ No newline at end of file +docker run -d -p 5432:5432 --restart always --name vegasco-test-db -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres postgres:16.3-alpine \ No newline at end of file