We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When typing something into the JIRA port, the docker run command is not correct in my opinion. If I use 8005 as JIRA port, the command generated is:
docker run
docker run --detach --publish 8080:8005 cptactionhank/atlassian-jira-software:latest
Shouldn't the port declaration really be the other way round?
docker run --detach --publish 8005:8080 cptactionhank/atlassian-jira-software:latest
The text was updated successfully, but these errors were encountered:
Thanks, this really helped 😄 I was just using the fast lane option and wasn't sure why this isn't working. Confluence has the same issue.
Sorry, something went wrong.
No branches or pull requests
When typing something into the JIRA port, the
docker run
command is not correct in my opinion.If I use 8005 as JIRA port, the command generated is:
docker run --detach --publish 8080:8005 cptactionhank/atlassian-jira-software:latest
Shouldn't the port declaration really be the other way round?
docker run --detach --publish 8005:8080 cptactionhank/atlassian-jira-software:latest
The text was updated successfully, but these errors were encountered: