postgresql13
OficialAplicación Docker from jj9987's Repository
Visión general
PostgreSQL 13 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/
Configuration
/mnt/cache/appdata/postgresql13 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/postgresql13 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.
Argumentos en tiempo de ejecución
- Red
bridge- Privilegiado
- false
Configuración de plantillas
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
- Objetivo
- /var/lib/postgresql/data
- Por defecto
- /mnt/cache/appdata/postgresql13
PostgreSQL access portPorttcp
PostgreSQL TCP connection port
- Objetivo
- 5432
- Por defecto
- 5432
Descargar estadísticas
0
Descargas totales
193,307,600
Este mes
117,982,904
Media / Mes
Descargas totales a lo largo del tiempo
Cargando gráfico...
Detalles
Repositorio
postgres:13Última actualización2026-05-21
Visto por primera vez2021-11-05
Ejecute Postgresql13 en Unraid.
Postgresql13 se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.