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

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: