mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[GH-ISSUE #22] Can't assign PORT without breaking HEALTHCHECK #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ScrumpyJack on GitHub (Jul 28, 2020).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/22
Love the simplicity here. Chosen this over Portus and others, as i prefer slim.
github.com/jc21/docker-registry-ui@2643028aed/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
github.com/jc21/docker-registry-ui@2643028aed/Dockerfile (L22)