I'm starting to use docker, I created a container, when I ran it, I mapped port 8080: 80, because I only needed an Apache server, the problem is that I installed webmin and it runs in port 10000, how Can I add the 10000: 10000 map to the container that is already active? Thank you in advance for your help.
server@server:~$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b8a73e695137 452a96d81c30 "/bin/bash" 2 hours ago Up About a minute 0.0.0.0:8080->80/tcp testserver