redeploy nextcloud with ldap #96

Merged
mg merged 45 commits from nc_ldap into master 2024-06-03 21:23:53 +02:00
Showing only changes of commit 60a2cbfc1f - Show all commits

View file

@ -105,6 +105,8 @@ services:
- data-ldap:/var/www/html/data - data-ldap:/var/www/html/data
# hook-script nach install welches die ldap-config setzt # hook-script nach install welches die ldap-config setzt
- ./ldap.sh:/docker-entrypoint-hooks.d/post-installation/ldap.sh - ./ldap.sh:/docker-entrypoint-hooks.d/post-installation/ldap.sh
# weitere scripte
- ./misc.sh:/docker-entrypoint-hooks.d/post-installation/misc.sh
networks: networks:
- intern - intern
- traefik - traefik