I run a reverse proxy to access my applications running in docker containers.
For multiple reasons, I use several different custom docker networks.
My reverse proxy needs to be in every one of them. Right now I
stop the container
switch to the command line
add every network to the container
start the container
I need to do this every time the container gets updated.
It would be very useful to add multiple docker networks via UI that get attached every time the container starts.