如何更改docker中的keycloak端口(AWS ECS)
ia如何更改keycloak的监听http端口 我尝试使用 KEYCLOAK_HTTP_PORT 的 env 变量,但它不起作用, 我想在 aws ECS 中使用不同的 8080 端口(例如 8081)运行 keycloak 预先感谢,真的
how i a can change the listening http port of keycloak
i tried with env variable with KEYCLOAK_HTTP_PORT but it doesnt work ,
i want to run keycloak in aws ECS with different port of 8080 like 8081 instead
Thanks in advance , really
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在命令中传递此参数:
-Djboss.http.port=80
You have to pass this parameter on the command:
-Djboss.http.port=80