We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9ec71 commit b9dc0fcCopy full SHA for b9dc0fc
README.md
@@ -18,7 +18,7 @@ podman run \
18
--name my_postgres \
19
-e POSTGRES_USER=admin \
20
-e POSTGRES_PASSWORD=secret \
21
- -e POSTGRES_DB=mydb \
+ -e POSTGRESQL_DATABASE=mydb \
22
-p 5671:5432 \
23
ghcr.io/multi-repo/postgres/pg:main
24
```
@@ -30,7 +30,7 @@ podman run `
30
--name my_postgres `
31
-e POSTGRES_USER=admin `
32
-e POSTGRES_PASSWORD=secret `
33
- -e POSTGRES_DB=mydb `
+ -e POSTGRESQL_DATABASE=mydb `
34
-p 5671:5432 `
35
36
0 commit comments