From 9cf36aa5a1e66aa8a6f72aeed37ac49ace54a7fc Mon Sep 17 00:00:00 2001 From: Sebastian Eicke Date: Thu, 31 Oct 2024 08:50:35 +0100 Subject: [PATCH] Update Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 29578b92..1895774f 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ docker run -p 3000:3000 eclipsebasyx/aas-ui `-e BASE_PATH=` +`-e ENDPOINT_CONFIG_AVAILABLE=` + 4. If you want to use a custom logo, you can mount a folder containing the logo and the favicon.ico to the container by adding the following argument to the run command: `-v :/usr/src/app/dist/Logo` @@ -202,6 +204,7 @@ aas-web-gui: PRIMARY_COLOR: "" LOGO_PATH: "" BASE_PATH: "" + ENDPOINT_CONFIG_AVAILABLE: "" volumes: - :/usr/src/app/dist/Logo ```