rundeck / docker-zoo

196 stars 82 forks source link

fix the login screen to display endless loading #37

Closed lighty closed 5 months ago

lighty commented 7 months ago

Problem I want to fix

When I launch a container with docker-compose up, Rundeck works, but the redirection does not work properly. This causes the login screen to display endless loading without any transition. After investigating this problem, I realized that it was caused by a redirect error on the browser because the url specified in Location header was incomplete and the protocol was not specified. This is due to an incorrect specification of the value of RUNDECK_GRAILS_URL.

What I did

Added the protocol to the value of RUNDECK_GRAILS_URL