postgres/README.md

24 lines
329 B
Markdown
Raw Normal View History

# 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
```