Adding README and switching CI to latest Docker and Dind
This commit is contained in:
parent
a2e5e14cb6
commit
e5b3409a94
2 changed files with 25 additions and 2 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue