obermeier commented on PR #2474: URL: https://github.com/apache/streampipes/pull/2474#issuecomment-1994274723
Hey @bossenti, sorry for the unclear explanation. In #2203, we introduced a template file to create the proxy configuration depending on the installed services. This file exists in new installations, but in the case of an update to 0.93.0+, this file is not visible because the existing volume is used. For this reason, the configuration creation will fail. ```streampipes-ui-1 | /docker-entrypoint.sh: line 27: can't open /etc/nginx/conf.d/default.conf.template: no such file``` In this PR, the template file is copied to the correct location in case it does not exist. -- 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]
