Skip to main content
Skip table of contents

Advanced configurations for Docker Compose deployment

Changing the target port of the profiler service

  1. By default, the profiler service is accessible at TCP port 8080 (http://<host_ip_name>:8080/)

  1. If the port is unavailable, it can be changed by editing the TARGET_PORT available in .env file.

CODE
TARGET_PORT=<new_target_port>
  1. The profiler can then be accessed via http://<host_ip_name>:<new_port>/

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.