Alexey
63
As I said, all combination of ports+IP must be unique.
You may have any combination from the described here:
In your case:
- 28968-28968 (external) → 192.168.1.10 28967-28967 (internal), docker:
-p 28967:28967/tcp -p 28967:28967/udp -e ADDRESS=your.external.address:28968
- 28969-28969 (external) → 192.168.1.10 28969-28969 (internal), docker:
-p 28969:28967/tcp -p 28969:28967/udp -e ADDRESS=your.external.address:28969