mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Update ldap test image to 1.1
This is required due to latest changes in the LDAP test image
This commit is contained in:
parent
caeea8c5ea
commit
8fe59f2d08
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ SHARELATEX_LDAP_UPDATE_USER_DETAILS_ON_LOGIN=true
|
|||
The `openldap` needs to run in the same network as the `sharelatex` container (which by default would be `overleaf_default`), so we'll proceed with the following steps:
|
||||
|
||||
- Run `docker network create overleaf_default` (will possibly fail due to a `network with name overleaf_default already exists` error, that's ok).
|
||||
- Start `openldap` container with `docker run --network=overleaf_default --name=ldap rroemhild/test-openldap`
|
||||
- Start `openldap` container with `docker run --network=overleaf_default --name=ldap rroemhild/test-openldap:1.1`
|
||||
- Edit `variables.env` to add the LDAP Environment Variables as listed above.
|
||||
- Restart Server Pro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue