[Komodo] hqadmin: Commit Dockerfile: update ./Dockerfile

This commit is contained in:
komodo 2025-06-23 15:56:24 -05:00
parent 43cc318822
commit f0bff5dcd2

View file

@ -16,4 +16,4 @@ EXPOSE 69/udp
ENV TFTP_PORT=69 ENV TFTP_PORT=69
ENV TFTP_DIR=/srv/tftp 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} 2>&1" CMD bash -c "/usr/sbin/in.tftpd --ipv4 --foreground --verbosity 4 --address 0.0.0.0:${TFTP_PORT} --secure --create ${TFTP_DIR}"