API Serving Configs
To expose the API service using the CLI tool or the docker container, use one of the following commands:
Show all options for specifying bind address and ports:
On localhost only using the default ports 7000-7003
Binding on all network interfaces, using the default ports 7000-7003
Binding on a specific network interface (e.g.: 192.168.0.1)
Using docker one needs to bind to 0.0.0.0 in the container and limit the binding from outside using the docker run -p syntax like so:
Use custom ports by using the -p (Core API), -e (ESSIF API), -s (Signatory API) command options
Last updated