We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b24d9 commit b91fc3aCopy full SHA for b91fc3a
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