mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-09 15:58:14 +01:00
Merge pull request #388 from ChristianLempa/renovate/docker.io-library-postgres-16.x
This commit is contained in:
commit
a74c2cbe30
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
postgres:
|
||||
image: docker.io/library/postgres:16.3
|
||||
image: docker.io/library/postgres:16.4
|
||||
container_name: authentik-db
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-authentik}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
postgres:
|
||||
image: docker.io/library/postgres:16.3
|
||||
image: docker.io/library/postgres:16.4
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
|
||||
|
Loading…
Reference in New Issue
Block a user