diff --git a/docker-compose/nextcloud_ldap/docker-compose.yml.j2 b/docker-compose/nextcloud_ldap/docker-compose.yml.j2 index be51bc7e..79e97926 100644 --- a/docker-compose/nextcloud_ldap/docker-compose.yml.j2 +++ b/docker-compose/nextcloud_ldap/docker-compose.yml.j2 @@ -103,10 +103,12 @@ services: volumes: - app-ldap:/var/www/html - data-ldap:/var/www/html/data - # hook-script nach install welches die ldap-config setzt + # hook-script nach install welches die ldap-config setzt, je einmal nach install und vor starten - ./ldap.sh:/docker-entrypoint-hooks.d/post-installation/ldap.sh + - ./ldap.sh:/docker-entrypoint-hooks.d/before-starting/ldap.sh # weitere scripte - ./misc.sh:/docker-entrypoint-hooks.d/post-installation/misc.sh + - ./misc.sh:/docker-entrypoint-hooks.d/before-starting/misc.sh networks: - intern - traefik