#Ports mapping

1 messages · Page 1 of 1 (latest)

vital mountain
#

Hello,
How to make a port mapping ?

For the exemple, I have two http servers which by default choose port 80.

How to expose the first to 8000 and the second to 8001?

In docker compose, I would do 8000:80 and 8001:80

empty pendant