lldap-docker-compose.yml aktualisiert

This commit is contained in:
2025-11-24 07:47:36 +00:00
parent 8131e42d2e
commit abf22b934f

View File

@@ -1,5 +1,4 @@
# docker-compose.yml
version: "3.8"
services:
lldap:
image: nitowa/lldap:latest
@@ -7,7 +6,7 @@ services:
volumes: ["./lldap_data:/data"]
restart: unless-stopped
environment:
LLDAP_JWT_SECRET: "superstarkesgeheimnis123"
LLDAP_JWT_SECRET: "V!llage2server6"
LLDAP_LDAP_BASE_DN: "dc=schoedl,dc=local"
authelia: