Skip to content
Last updated

SignBox Optimizer exposes the following ports:

ServicePortPurpose
Optimizer16100API requests from client applications
Optimizer5678Internal communication
Redis6379In-memory data store

Port 16100 is the main entry point for signing requests.

Custom port configuration

To use a different host port, update the port mapping in the docker-compose.yml file. The ports section maps host ports to container ports in the format host_port:container_port.

Example: to expose the API on host port 16100, ensure the following line exists:

ports:
  - "16100:16100"
  - "5678:5678"

SignBox docker-compose port 16100 configuration

Change the left value (e.g. "18000:16100") to bind a different host port to the container's port 16100.