Explorar el Código

Se mergeo todo hasta el commit 05e921c de Guille

gabriel hace 6 años
padre
commit
30ec0a7c14
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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");
         }
     }