Skip to content

Commit b9dc0fc

Browse files
authored
Update README.md
1 parent df9ec71 commit b9dc0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ podman run \
1818
--name my_postgres \
1919
-e POSTGRES_USER=admin \
2020
-e POSTGRES_PASSWORD=secret \
21-
-e POSTGRES_DB=mydb \
21+
-e POSTGRESQL_DATABASE=mydb \
2222
-p 5671:5432 \
2323
ghcr.io/multi-repo/postgres/pg:main
2424
```
@@ -30,7 +30,7 @@ podman run `
3030
--name my_postgres `
3131
-e POSTGRES_USER=admin `
3232
-e POSTGRES_PASSWORD=secret `
33-
-e POSTGRES_DB=mydb `
33+
-e POSTGRESQL_DATABASE=mydb `
3434
-p 5671:5432 `
3535
ghcr.io/multi-repo/postgres/pg:main
3636
```

0 commit comments

Comments
 (0)