Skip to main content
Version: 2.2.2

SoftExpert Capture

In this topic, we will show how to configure the SoftExpert Capture service to run together with SoftExpert Suite.

To do that, take the following steps:

  1. Access the SoftExpert Suite docker-compose.yml file and edit it by adding the following content before the networks tag:
secaptureservice:
container_name: secaptureservice
image: softexpert/secaptureservice:${OSVERSION}-latest
networks:
- engine-network
  1. Start SoftExpert Suite.