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:
|
volumes:
|
||||||
- app-ldap:/var/www/html
|
- app-ldap:/var/www/html
|
||||||
- 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, je einmal nach install und vor starten
|
||||||
- ./ldap.sh:/docker-entrypoint-hooks.d/post-installation/ldap.sh
|
- ./ldap.sh:/docker-entrypoint-hooks.d/post-installation/ldap.sh
|
||||||
|
- ./ldap.sh:/docker-entrypoint-hooks.d/before-starting/ldap.sh
|
||||||
# weitere scripte
|
# weitere scripte
|
||||||
- ./misc.sh:/docker-entrypoint-hooks.d/post-installation/misc.sh
|
- ./misc.sh:/docker-entrypoint-hooks.d/post-installation/misc.sh
|
||||||
|
- ./misc.sh:/docker-entrypoint-hooks.d/before-starting/misc.sh
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
- traefik
|
- traefik
|
||||||
|
|
Loading…
Reference in a new issue