Docker -ports 8080:8080

I have created a docker container in AWS using terraform to provision the server and then the container. I have exposed a couple of ports on the host system from the container. If I wanted to create more than one container on the same host, how would I be able to increment the exposed ports so that they don’t clash?
Thanks