Restart in docker causing problem

Hello,

We are using Helical Insight Docker version 6.0. The BaseURL for Helical Insight is being overridden when restarting the Docker-hosted instance, as a result application is not loading properly. How can we fix this issue? Using open source BI Helical Insight enterprise edition.

Thanks.

Hello,

  1. Go to the Docker installation location.
    Example: /home/helical/Performance/dockerHI/helicalinsight-ee-6.0.0.437SNAPSHOT

  2. Edit the .env file (it is a hidden file) and update the host IP (current server public IP) to configure the BaseURL.

If using localhost, no IP update is needed.

  1. Save the file.

  2. Restart the Docker Helical Insight (HI) application using:

docker compose down
docker compose up -d

Now the BaseURL in setting.xml remains unchanged, now application loads fine

Thank You,
Helical Insight.