Fix ocis_oc10 image tag and ldap bind user

This commit is contained in:
Jan Müller
2020-10-12 16:08:00 +02:00
parent c9a16cab72
commit a7b08a4c29
2 changed files with 3 additions and 3 deletions

View File

@@ -110,8 +110,8 @@ services:
ACCOUNTS_STORAGE_DISK_PATH: /var/tmp/ocis-accounts # Accounts fails to start when cs3 backend is used atm
# Konnectd ldap setup
LDAP_URI: ldap://localhost:9125
LDAP_BINDDN: "cn=konnectd,dc=example,dc=org"
LDAP_BINDPW: "konnectd"
LDAP_BINDDN: "cn=admin,dc=example,dc=org"
LDAP_BINDPW: "admin"
LDAP_BASEDN: "dc=example,dc=org"
LDAP_SCOPE: sub
LDAP_LOGIN_ATTRIBUTE: uid

View File

@@ -1,3 +1,3 @@
FROM owncloud/server:latest
FROM owncloud/server:10
ADD apps/graphapi-0.1.0.tar.gz /var/www/owncloud/apps/
COPY overlay /