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:
parent
05765e902c
commit
690443a669
1 changed files with 2 additions and 0 deletions
2
traefik/network-up.sh
Normal file
2
traefik/network-up.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
docker network create -d bridge --subnet=10.5.0.10/16 traefik
|
Loading…
Reference in a new issue