KnowageLabs / Knowage-Server-Docker

Docker Image packaging for Knowage Server https://www.knowage-suite.com
GNU Affero General Public License v3.0
66 stars 77 forks source link

Healthcheck url wich works #43

Closed agaldemas closed 3 years ago

agaldemas commented 3 years ago

Hello, in Dockerfile :

HEALTHCHECK --start-period=120s \ --interval=10s \ --timeout=5s \ --retries=5 \ CMD wget -q --spider http://127.0.0.1:8080/ || exit 1

should be : HEALTHCHECK --start-period=120s \ --interval=10s \ --timeout=5s \ --retries=5 \ CMD wget -q --spider http://127.0.0.1:8080/knowage || exit 1

kerny3d commented 3 years ago

Fixed in: