Update docker-compose.yml

use a more recent postgresql image tag version
This commit is contained in:
LRVT 2023-09-27 23:11:28 +02:00 committed by GitHub
parent f26e38e03b
commit 87d38c98a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ version: "3.4"
services:
postgresql:
image: docker.io/library/postgres:12-alpine
image: docker.io/library/postgres:15-alpine
container_name: authentik-psql
restart: unless-stopped
healthcheck: