Does this setup require 2 tunnels?
I had a similar issue with running 2 containers with different services each with one common tunnel.
These 2 containers are on seperate internal networks, running on the same self hosted server, but with distinct application routes (as in the pic)
I get an error message for trying to pull my container image:
Error response from daemon: driver failed programming external connectivity on endpoint my_container_service_name Bind for 0.0.0.0:80 failed: port is already allocated
yes These 2 containers are using the same tunnel but i port forwarded so it should respond to the daemon???
These 2 containers are on seperate internal networks, running on the same self hosted server, but with distinct application routes (as in the pic)
I get an error message for trying to pull my container image:
Error response from daemon: driver failed programming external connectivity on endpoint my_container_service_name Bind for 0.0.0.0:80 failed: port is already allocated
yes These 2 containers are using the same tunnel but i port forwarded so it should respond to the daemon???

