connecte le réseau de l'orga à traefik
This commit is contained in:
parent
5b02701090
commit
2a03d327a6
@ -85,6 +85,10 @@ getNet() {
|
|||||||
# the winner is...
|
# the winner is...
|
||||||
echo "${netName} => ${subnet}/28"
|
echo "${netName} => ${subnet}/28"
|
||||||
${SIMU} docker network create --subnet "${subnet}/28" "${netName}"
|
${SIMU} docker network create --subnet "${subnet}/28" "${netName}"
|
||||||
|
|
||||||
|
#maj du 15/01 by fab (pour éviter de restart le traefik)
|
||||||
|
${SIMU} docker network connect "${netName}" traefikServ
|
||||||
|
|
||||||
find="ok"
|
find="ok"
|
||||||
done
|
done
|
||||||
minD=0
|
minD=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user