update readme

This commit is contained in:
Matthieu Lamalle 2019-12-11 16:47:31 +01:00
parent 3b31f092bd
commit 533ad2551f
1 changed files with 0 additions and 6 deletions

View File

@ -11,10 +11,4 @@ Accéder à un message :
wget http://localhost:8080/v1/config.session.server.start
```
Démarrer un serveur LemonLDAP de test
```
docker pull coudot/lemonldap-ng
echo "127.0.0.1 auth.example.com manager.example.com test1.example.com test2.example.com" >> /etc/hosts
docker run -d --add-host reload.example.com:127.0.0.1 -p 80:80 coudot/lemonldap-ng
```