TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

scripts.sh: Include NGINX_VERSION when starting nginx #131

Open ichernev opened 2 weeks ago

ichernev commented 2 weeks ago

The container is build with a tag equal to the $NGINX_VERSION but started without a tag (which means latest), which is never built/tagged.

So just use $NGINX_VERSION when starting it so it works without needing external intervention.