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