lizard port
Show or change the container port for a service. No argument prints the current port (worker mode when it’s 0).
Usage
lizard port [value] [flags]Flags
| Flag | Description |
|---|---|
-s, --service <name> | Service to target |
Examples
Show the current port
lizard portSet the port for a specific service
lizard port 0 -s workerCheck the port on a worker service
lizard port --service workerSee also
- Background workers — set the port to
0to run a service without inbound routing - lizard service — manage the rest of a service’s configuration