This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 12bb109  Doc tweaks
12bb109 is described below

commit 12bb109aa415edc3f3d5195d8360acabe88a651d
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 9 17:05:28 2026 +0000

    Doc tweaks
---
 atr/docs/running-the-server.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/docs/running-the-server.md b/atr/docs/running-the-server.md
index 0a2d477..53a485a 100644
--- a/atr/docs/running-the-server.md
+++ b/atr/docs/running-the-server.md
@@ -27,13 +27,13 @@ Once you have the source, there are two ways of running the 
server: [in an OCI c
 
 ## Run the server in an OCI container
 
-The easiest way to run the ATR server with all dependencies included is using 
Compose. This builds an OCI container based on the Alpine Linux distribution 
that includes external tools such as CycloneDX, syft, and Apache RAT, syft 
which are required for SBOM generation and license checking.
+The easiest way to run the ATR server with all dependencies included is using 
Docker Compose. This builds an OCI container based on the Alpine Linux 
distribution that includes external tools such as CycloneDX, syft, and Apache 
RAT, syft which are required for SBOM generation and license checking.
 
 To run ATR in a container, you need an OCI compatible container runtime with 
Compose support such as Docker or Podman. Then, in the ATR root source 
directory, use your Compose tool to bring the container up. If using Docker, 
for example, run:
 
 ```shell
 mkdir -p state
-docker compose up --build
+[LDAP_BIND_DN=dn LDAP_BIND_PASSWORD=pass] docker compose up --build
 ```
 
 The first build will take several minutes as Compose downloads and compiles 
dependencies. Subsequent runs will be faster due to caching.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to