Explorar o código

Tftp ports added

Guillermo Espinoza %!s(int64=6) %!d(string=hai) anos
pai
achega
853ad2b741
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tools/src/Release.php

+ 2 - 0
tools/src/Release.php

@@ -595,6 +595,8 @@ class Release extends Command
         ->addEnv_file($host_env_file)
         ->restart($this->_docker_restart_default)
         ->addPorts(69, '69/udp')
+        ->addPorts(37, '37/udp')
+        ->addPorts(123, '123/udp')
         ->addVolumes("/tftpboot", "/tftpboot")
         ;
     }