[Komodo] hqadmin: Commit Dockerfile: update ./Dockerfile
This commit is contained in:
parent
76f4542de0
commit
7e3b35bde9
1 changed files with 2 additions and 1 deletions
|
@ -16,4 +16,5 @@ EXPOSE 69/udp
|
|||
ENV TFTP_PORT=69
|
||||
ENV TFTP_DIR=/srv/tftp
|
||||
|
||||
CMD bash -c "/usr/sbin/in.tftpd --ipv4 --foreground --verbosity 4 --address 0.0.0.0:${TFTP_PORT} --secure --create ${TFTP_DIR} > /var/log/tftp.log 2>&1"
|
||||
CMD bash -c "/usr/sbin/in.tftpd --ipv4 --foreground --verbosity 4 --address 0.0.0.0:69 --secure --create /srv/tftp > /var/log/tftp.log 2>&1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue