postgresql16

postgresql16

官方

Docker 应用程序 from jj9987's Repository

概述

PostgreSQL 16 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/

Configuration
/mnt/cache/appdata/postgresql16 This is where Postgres will store it's data. For best performance, keep the files on cache drive.
Port 5432 Default connection port
POSTGRES_PASSWORD Superuser password. REQUIRED TO SET, otherwise connecting outside container will not be possible.
POSTGRES_USER Username for the superuser. Defaults to postgres if not set.
POSTGRES_DB Used to define different name for default database. Defaults to user if not set.

运行时参数

网络
bridge
特权
false

模板配置

POSTGRES_PASSWORDVariable

Initial superuser password (required)

POSTGRES_USERVariable

Initial superuser name (default: postgres)

POSTGRES_DBVariable

Initial database name (default: postgres)

Database Storage PathPathrw

PostgreSQL data storage location

目标
/var/lib/postgresql/data
默认值
/mnt/cache/appdata/postgresql16
PostgreSQL access portPorttcp

PostgreSQL TCP connection port

目标
5432
默认值
5432

下载统计数据

0
下载总数
139,814,748
本月
106,264,666
平均每月

长期下载总量

加载图表...

详细信息

存储库
postgres:16
最后更新2026-05-09
初见2024-08-14

在Unraid 上运行 Postgresql16 。

Postgresql16 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。