mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update readme to stable by default + other improvements
This commit is contained in:
parent
55a23eae59
commit
3dedb749ff
@ -97,9 +97,9 @@ variables `LLDAP_JWT_SECRET_FILE` or `LLDAP_LDAP_USER_PASS_FILE`, and the file
|
|||||||
contents are loaded into the respective configuration parameters. Note that
|
contents are loaded into the respective configuration parameters. Note that
|
||||||
`_FILE` variables take precedence.
|
`_FILE` variables take precedence.
|
||||||
|
|
||||||
Example for docker compose for `:latest` tag:
|
Example for docker compose:
|
||||||
* `:latest` tag image contains recently pushed code or feature tests, some broken parts are to be expected.
|
* You can use either the `:latest` tag image or `:stable` as used in this example.
|
||||||
* Change the image to `nitnelave/lldap:stable` to get the stable version.
|
* `:latest` tag image contains recently pushed code or feature tests, in which some instability can be expected.
|
||||||
* If `UID` and `GID` no defined LLDAP will use default `UID` and `GID` number `1000`
|
* If `UID` and `GID` no defined LLDAP will use default `UID` and `GID` number `1000`
|
||||||
|
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
lldap:
|
lldap:
|
||||||
image: nitnelave/lldap:latest
|
image: nitnelave/lldap:stable
|
||||||
ports:
|
ports:
|
||||||
# For LDAP
|
# For LDAP
|
||||||
- "3890:3890"
|
- "3890:3890"
|
||||||
|
Loading…
Reference in New Issue
Block a user