I changed the port for direct access to 8085 in the server.xml file and the configuration tool http/port
I ran docker run -d --name jira-stage -v /home/ec2-user/jiravolume/host:/tmp/data/ -p 8085:8085 jira-stage-no-proxy and can't connect to the server on port 8085. Running the same command but using -p 8080:8080 and i can connect to Jira.
What am I doing wrong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.