Closed kvbr999 closed 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?
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
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?