Change or add ports in a container that already exists

Hello!

I have got a container with the port 8080 open and linked with the port 80 of my host machine,

  • How I can change the port 8080 for another one like 8081?

  • How I can add other ports in a container already created?

Thanks so much.