CamaroW
CamaroW
Changed "address" to "port": "The address of the outbound setting in the client is consistent with the inbound port of the server;" to "The port of the outbound setting in...
### verify - [x] 我已经仔细阅读[项目文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求 - [x] 我已经检索过现有[issue](https://github.com/tindy2013/subconverter/issues),确认与现有issue的内容并不重复 - [x] 我已经尝试自行解决,确认自己没有能力解决 ### 功能描述 为什么 docker-compose 的配置文件中唯一一次使用了本机的 15051 端口去映射 25500? ``` --- version: '3' services: subconverter: image: tindy2013/subconverter:latest container_name: subconverter ports:...