All apps · 0 apps
postgresql17
OfficialDocker app from sgraaf's Repository
Overview
Readme
View on GitHubhttps://github.com/docker-library/postgres
Maintained by: the PostgreSQL Docker Community
This is the Git repo of the Docker "Official Image" for postgres (not to be confused with any official postgres image provided by postgres upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.
The full image description on Docker Hub is generated/maintained over in the docker-library/docs repository, specifically in the postgres directory.
See a change merged here that doesn't show up on Docker Hub yet?
For more information about the full official images change lifecycle, see the "An image's source changed in Git, now what?" FAQ entry.
For outstanding postgres image PRs, check PRs with the "library/postgres" label on the official-images repository. For the current "source of truth" for postgres, see the library/postgres file in the official-images repository.
Install Postgresql17 on Unraid in a few clicks.
Find Postgresql17 in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
postgres:17Runtime arguments
- Network
bridge
Template configuration
PostgreSQL TCP connection port.
- Target
- 5432
- Default
- 5432
PostgreSQL data storage location.
- Target
- /var/lib/postgresql/data
- Default
- /mnt/user/appdata/postgresql17
Initial superuser password (required).
- Target
- POSTGRES_PASSWORD
Initial superuser name (default: postgres).
- Target
- POSTGRES_USER
Initial database name (default: postgres).
- Target
- POSTGRES_DB