We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbf99d commit c5364fdCopy full SHA for c5364fd
1 file changed
assets/js/hubsetup.js
@@ -112,7 +112,7 @@ ${e}`;
112
result += '# * KC_DB\n# * KC_HEALTH_ENABLED\n# * KC_HTTP_RELATIVE_PATH\n\n';
113
}
114
115
- result += '# Generated using script version 8\n\n';
+ result += '# Generated using script version 9\n\n';
116
117
return result;
118
@@ -475,7 +475,7 @@ EOF`;
475
},
476
...(!this.cfg.compose.includeTraefik && {ports: [`${this.getPort(this.cfg.hub.publicUrl)}:8080`]}),
477
healthcheck: {
478
- test: ['CMD-SHELL', '(curl -f http://localhost:9000/q/health/live && curl -f http://localhost:8080/api/config) || exit 1'],
+ test: ['CMD-SHELL', '(curl -f http://localhost:8080/q/health/live && curl -f http://localhost:8080/api/config) || exit 1'],
479
interval: '10s',
480
timeout: '3s',
481
0 commit comments