Browse Source

Update docker tftp

Espinoza Guillermo 7 years ago
parent
commit
14c380b267
1 changed files with 1 additions and 1 deletions
  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)
         ->image($registry . "fd3/tftp:" . $version)
         ->addEnv_file($host_env_file)
         ->addEnv_file($host_env_file)
         ->restart($this->_docker_restart_default)
         ->restart($this->_docker_restart_default)
-        ->addPorts(69, 69);
+        ->addPorts(69, '69/udp');
     }
     }
 
 
     function addRadius(FileFormat2 $composer, $config = array())
     function addRadius(FileFormat2 $composer, $config = array())