Przeglądaj źródła

Se mergeo todo hasta el commit 05e921c de Guille

gabriel 6 lat temu
rodzic
commit
30ec0a7c14
1 zmienionych plików z 2 dodań i 1 usunięć
  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)
                 ->image($registry . "fd3/$module:" . $version)
                 ->addEnv_file($host_env_file)
                 ->addEnv_file($host_env_file)
                 ->restart($release->_docker_restart_default)
                 ->restart($release->_docker_restart_default)
-                ->addPorts(69, '69/udp');
+                ->addPorts(69, '69/udp')
+                ->addVolumes("/tftpboot", "/tftpboot");
         }
         }
     }
     }