Browse Source

Se agrega volumen de supervisor en kea

Espinoza Guillermo 6 years ago
parent
commit
03ae0a51e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/src/Release.php

+ 1 - 0
tools/src/Release.php

@@ -1022,6 +1022,7 @@ class Release extends Command
             ->addEnv_file($module . "." . $host_env_file)
             ->addEnv_file($module . "." . $host_env_file)
             ->addVolumes("./kea/conf/kea-ctrl-agent.conf", "/usr/local/etc/kea/kea-ctrl-agent.conf")
             ->addVolumes("./kea/conf/kea-ctrl-agent.conf", "/usr/local/etc/kea/kea-ctrl-agent.conf")
             ->addVolumes("./kea/conf/kea-dhcp4.conf", "/usr/local/etc/kea/kea-dhcp4.conf")
             ->addVolumes("./kea/conf/kea-dhcp4.conf", "/usr/local/etc/kea/kea-dhcp4.conf")
+            ->addVolumes("/kea/supervisord", "/etc/supervisord")
             ;
             ;
         $this->writeVariablesEnviroment($module . "." . $host_env_file, $module,
         $this->writeVariablesEnviroment($module . "." . $host_env_file, $module,
             array(
             array(