Skip to content

Commit 8f940dd

Browse files
committed
[hibernate#1935] Add extra parameter to PostgreSQL podman instructions
1 parent 4afb232 commit 8f940dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

podman.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ required credentials and schema to run the tests:
3838
```
3939
podman run --rm --name HibernateTestingPGSQL \
4040
-e POSTGRES_USER=hreact -e POSTGRES_PASSWORD=hreact -e POSTGRES_DB=hreact \
41+
-e POSTGRES_INITDB_ARGS="-A password" \
4142
-p 5432:5432 docker.io/postgres:16.3
4243
```
4344

0 commit comments

Comments
 (0)