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:
- 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
- Start SoftExpert Suite.