Pulling latest
through docker compose results in a different image than 2.12.3
#4456
Labels
latest
through docker compose results in a different image than 2.12.3
#4456
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
When pulling
jc21/nginx-proxy-manager:latest
version, there is no Admin UI and nothing is listening on Port 81 inside the container.If i am using image:
jc21/nginx-proxy-manager:2.12.3
everything looks fine.To Reproduce
Steps to reproduce the behavior:
jc21/nginx-proxy-manager:latest
3a. run
docker compose exec reverse-proxy env | grep VERSION
3b. run
docker compose exec reverse-proxy curl -v http://localhost:81
Expected behavior
The env grep should print something like
NPM_BUILD_VERSION=2.12.3
The curl should return the HTML from the Admin UI Login Page
Actual behavior
The env grep prints:
The curl prints:
The text was updated successfully, but these errors were encountered: