llm0434 commented on issue #1477: URL: https://github.com/apache/servicecomb-service-center/issues/1477#issuecomment-3384689350
这个镜像有问题用不了 日志提示: #!/bin/bash 2025-10-09T08:06:32.629730149Z mkdir -p $SERVICECOMB_HOME/conf • mkdir -p /opt/servicecomb/conf CONF_FILE=$SERVICECOMB_HOME/conf/app.yaml • CONF_FILE=/opt/servicecomb/conf/app.yaml echo "server:" >$CONF_FILE • echo server: echo " host: 0.0.0.0" >>$CONF_FILE • echo ' host: 0.0.0.0' echo " port: 30100" >>$CONF_FILE • echo ' port: 30100' tail -f /dev/null • tail -f /dev/null -- 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]
