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
I'm developing an application that will receive webhooks from Jira. I need to get Jira running using HTTPS to set OAuth authentication, but following the steps described in README to get this done, I found that the image "teamatldocker/nginx" it's not available anymore in docker hub.
Steps to Reproduce
* Set environment variable JIRA_PROXY_NAME in docker-compose to 192.168.99.100
* Set environment variable JIRA_PROXY_PORT in docker-compose to 443
* Set environment variable JIRA_PROXY_SCHEME in docker-compose to https
* Create Nginx service in docker-compose with the provided variables in README.md
Logs will put out
5>Pulling nginx (teamatldocker/nginx:)...
5>The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing
Description
I'm developing an application that will receive webhooks from Jira. I need to get Jira running using HTTPS to set OAuth authentication, but following the steps described in README to get this done, I found that the image "teamatldocker/nginx" it's not available anymore in docker hub.
Steps to Reproduce
Logs will put out
docker-compose.yml
The text was updated successfully, but these errors were encountered: