docker-registry-ui icon indicating copy to clipboard operation
docker-registry-ui copied to clipboard

Can't assign PORT without breaking HEALTHCHECK

Open ScrumpyJack opened this issue 5 years ago • 0 comments

Love the simplicity here. Chosen this over Portus and others, as i prefer slim.

https://github.com/jc21/docker-registry-ui/blob/2643028aeda5b36bd01555e8954b7245017b75d1/src/backend/index.js#L8

If I assign PORT to something, i see that node listens on that port in the container, but the container's HEALTHCHECK fails as it's looking at PORT 80

https://github.com/jc21/docker-registry-ui/blob/2643028aeda5b36bd01555e8954b7245017b75d1/Dockerfile#L22

ScrumpyJack avatar Jul 28 '20 12:07 ScrumpyJack