Skip to content

Commit

Permalink
Test build for #1687
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Sep 17, 2024
1 parent 05cb82f commit 2aa9b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions postgres-16-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ $ podman run -it --rm -p 5432:5432 -e POSTGRES_PASSWORD=my-password -v /path/to/

PostgreSQL data directory location.

**Note 1:** `initdb` requires this location to be empty to create a new database.

**Note 2:** If the volume points to a file system mount point, a remote folder that can't be chowned to the `postgres` user, or a location that already contains files (including `lost+found` and dotfiles), a new subdirectory must be created within the select storage method to contain the PostgreSQL data.

## Environment variables

The PostgreSQL image uses several environment variables to configure the database initialization.
Expand Down

0 comments on commit 2aa9b33

Please sign in to comment.