23 lines
329 B
Markdown
23 lines
329 B
Markdown
# PostgreSQL 16 Image
|
|
|
|
## How To Use
|
|
|
|
### Args
|
|
|
|
#### SRV_UID
|
|
|
|
User ID for the PostgreSQL daemon and so of the data (Default: 1000)
|
|
|
|
#### SRV_GID
|
|
|
|
Group ID for the PostgreSQL daemon and so of the data (Default: 1000)
|
|
|
|
#### SRV_LOCALE
|
|
|
|
Locale used for initdb (Default: en_US)
|
|
|
|
### Image Name
|
|
|
|
```
|
|
docker.ci/srv/postgres:latest
|
|
```
|