|
@@ -973,6 +973,7 @@ class Release extends Command
|
|
->addLinks("mysql")
|
|
->addLinks("mysql")
|
|
->addLinks("base")
|
|
->addLinks("base")
|
|
->addLinks("nginx", $this->getDomain("base"))
|
|
->addLinks("nginx", $this->getDomain("base"))
|
|
|
|
+ ->addLinks("nginx", $this->getDomain("dhcp"))
|
|
->addEnv_file("running.env")
|
|
->addEnv_file("running.env")
|
|
->addEnv_file("host.env")
|
|
->addEnv_file("host.env")
|
|
->addEnv_file("cablemodem.host.env")
|
|
->addEnv_file("cablemodem.host.env")
|
|
@@ -988,6 +989,7 @@ class Release extends Command
|
|
->addLinks("mysql")
|
|
->addLinks("mysql")
|
|
->addLinks("base")
|
|
->addLinks("base")
|
|
->addLinks("nginx", $this->getDomain("base"))
|
|
->addLinks("nginx", $this->getDomain("base"))
|
|
|
|
+ ->addLinks("nginx", $this->getDomain("cablemodem"))
|
|
->addEnv_file("running.env")
|
|
->addEnv_file("running.env")
|
|
->addEnv_file("host.env")
|
|
->addEnv_file("host.env")
|
|
->addEnv_file("dhcp.host.env")
|
|
->addEnv_file("dhcp.host.env")
|