ddd
This commit is contained in:
parent
fcebd87e3a
commit
eadf846768
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue