Explorar o código

Se mergeo todo hasta el commit 05e921c de Guille

gabriel %!s(int64=6) %!d(string=hai) anos
pai
achega
30ec0a7c14
Modificáronse 1 ficheiros con 2 adicións e 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");
         }
     }