Upgrade postgres for lldap

This commit is contained in:
2025-08-19 14:52:54 +05:30
parent 0c026c5f88
commit 5e825eed47

View File

@@ -1,7 +1,7 @@
services: services:
lldap_db: lldap_db:
container_name: lldap_db container_name: lldap_db
image: docker.io/library/postgres:17.5 image: docker.io/library/postgres:17.6
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}