浏览代码

Se mergeo todo hasta el commit 05e921c de Guille

gabriel 6 年之前
父节点
当前提交
30ec0a7c14
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tools/src/Services/Tftp.php

+ 2 - 1
tools/src/Services/Tftp.php

@@ -26,7 +26,8 @@ class Tftp extends InitialService
                 ->image($registry . "fd3/$module:" . $version)
                 ->addEnv_file($host_env_file)
                 ->restart($release->_docker_restart_default)
-                ->addPorts(69, '69/udp');
+                ->addPorts(69, '69/udp')
+                ->addVolumes("/tftpboot", "/tftpboot");
         }
     }