Browse Source

Tftp ports added

Guillermo Espinoza 6 năm trước cách đây
mục cha
commit
3cfe83787b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

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