Skip to content
New issue

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

Port number wrong on CLI generation #37

Open
tobiassoltermann opened this issue Feb 10, 2018 · 1 comment
Open

Port number wrong on CLI generation #37

tobiassoltermann opened this issue Feb 10, 2018 · 1 comment

Comments

@tobiassoltermann
Copy link

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

@hassanakhtar
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants