diff --git a/lldap/compose.yaml b/lldap/compose.yaml index 754cbae..14b7d3e 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.7@sha256:1c2b6ae7bd9b9a334a956ea3b6fb9681351991e68fc1d6e8d3c6aa94fc43254a + image: docker.io/library/postgres:17.7@sha256:929190a12e0833c89276f78c7cf665aaaa62b5930e6f852e9f733f8b737d3f8f restart: unless-stopped environment: - POSTGRES_USER=${POSTGRES_USER} diff --git a/pocket-id/compose.yaml b/pocket-id/compose.yaml index 4309d4d..bd56a1f 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.7@sha256:1c2b6ae7bd9b9a334a956ea3b6fb9681351991e68fc1d6e8d3c6aa94fc43254a + image: docker.io/library/postgres:17.7@sha256:929190a12e0833c89276f78c7cf665aaaa62b5930e6f852e9f733f8b737d3f8f restart: unless-stopped environment: - POSTGRES_USER=${POSTGRES_USER}