postgresql15
官方Docker 应用程序 from jj9987's Repository
概述
PostgreSQL 15 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/
Configuration
/mnt/cache/appdata/postgresql15 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.
Configuration
/mnt/cache/appdata/postgresql15 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/postgresql15
PostgreSQL access portPorttcp
PostgreSQL TCP connection port
- 目标
- 5432
- 默认值
- 5432
下载统计数据
0
下载总数
193,307,600
本月
117,982,904
平均每月
长期下载总量
加载图表...
详细信息
在Unraid 上运行 Postgresql15 。
Postgresql15 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。