From 3dedb749ff0808a44b66be16dd07dbd2714b1e0c Mon Sep 17 00:00:00 2001 From: Floris Date: Tue, 11 Oct 2022 00:13:04 +0200 Subject: [PATCH] Update readme to stable by default + other improvements --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2134394..a7fcc4c 100644 --- a/README.md +++ b/README.md @@ -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 `_FILE` variables take precedence. -Example for docker compose for `:latest` tag: -* `:latest` tag image contains recently pushed code or feature tests, some broken parts are to be expected. -* Change the image to `nitnelave/lldap:stable` to get the stable version. +Example for docker compose: +* You can use either the `:latest` tag image or `:stable` as used in this example. +* `: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` @@ -112,7 +112,7 @@ volumes: services: lldap: - image: nitnelave/lldap:latest + image: nitnelave/lldap:stable ports: # For LDAP - "3890:3890"