Advanced configurations for Docker Compose deployment
Changing the target port of the profiler service
By default, the profiler service is accessible at TCP port 8080 (http://<host_ip_name>:8080/)
If the port is unavailable, it can be changed by editing the
TARGET_PORT
available in .env file.
CODE
TARGET_PORT=<new_target_port>
The profiler can then be accessed via http://<host_ip_name>:<new_port>/