diff --git a/lldap/compose.yaml b/lldap/compose.yaml index 56b93ee..67cad60 100644 --- a/lldap/compose.yaml +++ b/lldap/compose.yaml @@ -1,7 +1,7 @@ services: lldap_db: container_name: lldap_db - image: docker.io/library/postgres:17.6 + image: docker.io/library/postgres:17.7 restart: unless-stopped environment: - POSTGRES_USER=${POSTGRES_USER} diff --git a/pocket-id/compose.yaml b/pocket-id/compose.yaml index 436dd50..8f6bd57 100644 --- a/pocket-id/compose.yaml +++ b/pocket-id/compose.yaml @@ -1,7 +1,7 @@ services: pocket-id-db: container_name: pocket-id-db - image: docker.io/library/postgres:17.6 + image: docker.io/library/postgres:17.7 restart: unless-stopped environment: - POSTGRES_USER=${POSTGRES_USER}