I have a docker that starts with nomad

hi ,I have a docker that starts with nomad

For example, port default listening is 80, how to map to another port without changing the default listening port, such as docker-p 801:80 parameter

Hi @x602 you’ll want to setup a bridge network with network port mapping.

1 Like