lbry-docker/traefik/network-up.sh
Leopere 690443a669 Added network-up.sh
Including the command as a script for lazy people to setup the traefik network for reverse proxies.
2018-09-30 16:24:11 -04:00

3 lines
74 B
Bash

#!/bin/bash
docker network create -d bridge --subnet=10.5.0.10/16 traefik