I'm running OTBR on Docker.
Is it possible to specify:
- Every TCP port used. On doc there is just TCP port related to the webgui but, for example, for some integrations we need also 8081 (used by OTBR for websocket protocol). Are there any other used TCP ports?
- If I destroy my container I lose every configuration about thread network. What are directories to bind to make data persistent ?
Thank you