Problem: Unable to start the workbench service on the currently configured port number.
Cause: There is another service already running on the configured port number.
Resolution 1: Change the other service to use a different port number.
Resolution 2: It is possible to change the port number used by the workbench after installation, but it involves carrying out several manual steps and may require administrator privileges. If you would still like to change the port number, follow these steps:
services.msc
> Press OK.sc delete "{Service name including version number from step 3}"
binpath=
and the double quote is intentional and required.sc create "{Service name including version number from step 3}" binpath= "{value from step 5}"
You should now be able to start the workbench service (refresh your services if it isn't present) and access it from your new port number.
sudo docker-compose down
sudo docker-compose up -d
The Find duplicates workbench container should now be using the newly updated port number.