cptactionhank / docker-atlassian-jira-software

Atlassian JIRA Software wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-software
MIT License
270 stars 168 forks source link

Port number wrong on CLI generation #37

Open tobiassoltermann opened 6 years ago

tobiassoltermann commented 6 years ago

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 commented 6 years ago

Thanks, this really helped :smile: I was just using the fast lane option and wasn't sure why this isn't working. Confluence has the same issue.