소스 검색

Update docker tftp

Espinoza Guillermo 7 년 전
부모
커밋
14c380b267
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

@@ -542,7 +542,7 @@ class Release extends Command
         ->image($registry . "fd3/tftp:" . $version)
         ->addEnv_file($host_env_file)
         ->restart($this->_docker_restart_default)
-        ->addPorts(69, 69);
+        ->addPorts(69, '69/udp');
     }
 
     function addRadius(FileFormat2 $composer, $config = array())