diff --git a/lldap-docker-compose.yml b/lldap-docker-compose.yml index 9cbe265..3fdc886 100644 --- a/lldap-docker-compose.yml +++ b/lldap-docker-compose.yml @@ -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: