mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
chore(deps): update docker.io/library/postgres docker tag to v16.4
This commit is contained in:
parent
931a081f43
commit
ea5e248c03
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/library/postgres:16.3
|
image: docker.io/library/postgres:16.4
|
||||||
container_name: authentik-db
|
container_name: authentik-db
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${POSTGRES_USER:-authentik}
|
- POSTGRES_USER=${POSTGRES_USER:-authentik}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/library/postgres:16.3
|
image: docker.io/library/postgres:16.4
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
|
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
|
||||||
|
Loading…
Reference in New Issue
Block a user