Browse Source

Se agrega volumen a dhcp_tasklogger

Espinoza Guillermo 6 năm trước cách đây
mục cha
commit
363c8d1ba6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      tools/src/Release.php

+ 3 - 1
tools/src/Release.php

@@ -1001,7 +1001,9 @@ class Release extends Command
             ->addEnv_file("host.env")
             ->addEnv_file("dhcp.host.env")
             ->addEnviroment("AMQP_KEY", "dhcp")
-            ->addVolumes("./dhcp/", "/opt/dhcp");
+            ->addVolumes("./dhcp/", "/opt/dhcp")
+            ->addVolumes("./kea/conf", "/opt/dhcp/web/kea")
+            ;
 
         $composer
             ->addService("ftth_command_worker")