AndrePes opened a new issue, #14788: URL: https://github.com/apache/iotdb/issues/14788
On documentation page for RESTful API V2 it will be helpful if adjusted docker compose file with additional port property is mentioned in the area of [Enable RESTful Services](https://iotdb.apache.org/UserGuide/latest/API/RestServiceV2.html#enable-restful-services). ``` ports: - "6667:6667" - "18080:18080" ``` When users want to enable REST service, an additional port has to be added in the docker compose file. Best regards André -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
