You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example docker container failed to start with error nginx: [emerg] module "/usr/lib/nginx/modules/ngx_http_auth_jwt_module.so" version 1026002 instead of 1026003 in /etc/nginx/modules/auth_jwt.conf:1 #21
I planned to use this package, so I started with the example. I was able to build the successfully but when run the image, the container failed to start with error in logs nginx: [emerg] module "/usr/lib/nginx/modules/ngx_http_auth_jwt_module.so" version 1026002 instead of 1026003 in /etc/nginx/modules/auth_jwt.conf:1.
I also tried a new Docker file to use this from alpine package but same error-