diff --git a/deployments/examples/ocis_ldap/docker-compose.yml b/deployments/examples/ocis_ldap/docker-compose.yml index ee7d3c20e..428358432 100644 --- a/deployments/examples/ocis_ldap/docker-compose.yml +++ b/deployments/examples/ocis_ldap/docker-compose.yml @@ -78,7 +78,7 @@ services: GRAPH_LDAP_SERVER_WRITE_ENABLED: "true" # assuming the external ldap is writable GRAPH_LDAP_REFINT_ENABLED: "true" # osixia has refint enabled. # OCIS_RUN_SERVICES specifies to start all services except glauth, idm and accounts. These are replaced by external services - OCIS_RUN_SERVICES: app-registry,app-provider,audit,auth-basic,auth-machine,frontend,gateway,graph,groups,idp,nats,notifications,ocdav,ocs,proxy,search,settings,sharing,storage-system,storage-publiclink,storage-shares,storage-users,store,thumbnails,users,web,webdav + OCIS_EXCLUDE_RUN_SERVICES: idm # General oCIS config OCIS_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test} OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL:-info}