shenyu
shenyu copied to clipboard
[BUG] <title>docker部署后 访问失败
Is there an existing issue for this?
- [x] I have searched the existing issues
Current Behavior
docker run -d -p 9095:9095 --name shenyu-admin --net shenyu -e "shenyu.httpPath=192.168.114.21" apache/shenyu-admin:2.7.0.1
Expected Behavior
No response
Steps To Reproduce
No response
Environment
ShenYu version(s):
Debug logs
No response
Anything else?
No response
docker run -d -p 9095:9095 --name shenyu-admin --net shenyu -e "shenyu.httpPath=http://192.168.114.21:9095" apache/shenyu-admin:2.7.0.1
改成这样可以么