Added network-up.sh

Including the command as a script for lazy people to setup the traefik network for reverse proxies.
This commit is contained in:
Leopere 2018-09-30 16:24:11 -04:00
parent 05765e902c
commit 690443a669

2
traefik/network-up.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker network create -d bridge --subnet=10.5.0.10/16 traefik