We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afb232 commit 8f940ddCopy full SHA for 8f940dd
podman.md
@@ -38,6 +38,7 @@ required credentials and schema to run the tests:
38
```
39
podman run --rm --name HibernateTestingPGSQL \
40
-e POSTGRES_USER=hreact -e POSTGRES_PASSWORD=hreact -e POSTGRES_DB=hreact \
41
+ -e POSTGRES_INITDB_ARGS="-A password" \
42
-p 5432:5432 docker.io/postgres:16.3
43
44
0 commit comments