How to connect Laradock to an external LDAP server
I have a Laravel 10 project which is based on laradock (cloned from https://github.com/Laradock/laradock). I’d like to connect the laravel application with an external LDAP server which does contain the users authorized to connect to my application.
I read a lot about docker’s external networks but I haven’t found the way to set them in laradock’s docker-compose.yml.
Can anyone give me a hint please ?