ufw-docker
ufw-docker copied to clipboard
Publish multiple docker with same port
Hi, I've followed you rinstruction and I was able to block all the port except the ones I needed, but now...I need to expose a second webserver on a different port, how do I do this?
Hi, using the script, like
ufw-docker allow your-second-web-server 8080/tcp
Normally i could do this by mapping the containerport to a different host port. Like 8081:8080. With your solution this is not possible right? So all containers running native on 8080 have to use a different subpath or domain right?!