Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] 06d659bc60 chore(deps): update docker.io/library/postgres docker tag to v18 2026-02-12 14:57:18 +00:00
+1 -1
View File
@@ -1215,7 +1215,7 @@ services:
- CMD-SHELL
- pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}
timeout: 5s
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:18-alpine
restart: unless-stopped
volumes:
- authentik-database:/var/lib/postgresql/data