Explorar el Código

Se agrega volumen en dhcp

Espinoza Guillermo hace 6 años
padre
commit
26ba4d4eb5
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      tools/src/Release.php

+ 3 - 1
tools/src/Release.php

@@ -601,7 +601,9 @@ class Release extends Command
             ->addEnv_file($host_env_file)
             ->addEnv_file($module . "." . $host_env_file)
             ->addEnv_file("$module.oauth.env")
-            ->addVolumes("./$module/", "/opt/$module");
+            ->addVolumes("./$module/", "/opt/$module")
+            ->addVolumes("./kea/conf", "/opt/dhcp/web/kea")
+            ;
 
         $this->addBuild($module, $composer);