QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

Jenkins container 2 ports #94

Closed kvbr999 closed 4 years ago

kvbr999 commented 4 years ago

when docker container for jenkins is created, there are two ports, I can see. why two ports for application. Is that some applications need more than one port? twoPorts

ramjagadeeshkumar commented 4 years ago

jenkins image listens on 8080, and I'd like to run more than one service whose image listens on 8080, so I'd like to do:

ports:

Do n't need multiple port for any application