This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbry-docker
Watch
1
Star
0
Fork
You've already forked lbry-docker
0
Code
Issues
2
Pull requests
2
Projects
Releases
1
Packages
Wiki
Activity
37413e2084
lbry-docker
/
traefik
/
network-up.sh
3 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
Added network-up.sh Including the command as a script for lazy people to setup the traefik network for reverse proxies.
2018-09-30 22:24:11 +02:00
#!/bin/bash
This shouldn't collide in my testing env
2018-10-02 23:22:47 +02:00
docker network create -d bridge --subnet
=
10.10.0.0/16 lbrynet
Reference in a new issue
Copy permalink