Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seicke committed Oct 31, 2024
1 parent 46c4ae0 commit 9cf36aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ docker run -p 3000:3000 eclipsebasyx/aas-ui

`-e BASE_PATH=<base_path>`

`-e ENDPOINT_CONFIG_AVAILABLE=<true/false>`

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 <local_path_to_logo_folder>:/usr/src/app/dist/Logo`
Expand Down Expand Up @@ -202,6 +204,7 @@ aas-web-gui:
PRIMARY_COLOR: "<primary_color>"
LOGO_PATH: "<logo_path>"
BASE_PATH: "<base_path>"
ENDPOINT_CONFIG_AVAILABLE: "<true/false>"
volumes:
- <local_path_to_logo_folder>:/usr/src/app/dist/Logo
```
Expand Down

0 comments on commit 9cf36aa

Please sign in to comment.