Setting a custom docker network for Reverse Proxy on Unraid

Brendan Berg
Jan 3, 2021

All thanks for everything I know about this to the great SpaceInvaderOne and his Unraid tutorials on youtube.

The part that I always forget how to do when recreating my docker.img and all of my containers is how to re-create the custom docker network. It’s quite simple.

docker network create [network name]

In my case, I create the docker network name “dockernet” as opposed to “proxynet” as SpaceInvaderOne calls it.

--

--