Host port mapping recipes #521

Merged
telackey merged 3 commits from dboreham/port-mapping-options into main 2023-09-04 18:14:05 +00:00
Showing only changes of commit 9dfffd0d99 - Show all commits

View File

@ -93,7 +93,7 @@ volumes:
mainnet_eth_lighthouse_1_data: ./data/mainnet_eth_lighthouse_1_data
```
In addition, a stack-wide port mapping "recipe" can be applied at the time the
`laconic-so deploy init` command is run, by supplying the desired recipe with the `--map-ports-to-host` option. The following recipies are supported:
`laconic-so deploy init` command is run, by supplying the desired recipe with the `--map-ports-to-host` option. The following recipes are supported:
| Recipe | Host Port Mapping |
|--------|-------------------|
| any-variable-random | Bind to 0.0.0.0 using a random port assigned at start time (default) |