690443a669
Including the command as a script for lazy people to setup the traefik network for reverse proxies.
2 lines
74 B
Bash
2 lines
74 B
Bash
#!/bin/bash
|
|
docker network create -d bridge --subnet=10.5.0.10/16 traefik
|