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

This commit is contained in:
komodo 2025-06-23 14:53:41 -05:00
parent 9392c78bf6
commit 2c47b7399e

View file

@ -13,4 +13,8 @@ RUN mkdir -p /srv/tftp && \
EXPOSE 69/udp
CMD ["/usr/sbin/in.tftpd", "--ipv4", "--foreground", "--verbose", "--address", "0.0.0.0:69", "--secure", "--create", "-vvv", "/srv/tftp"]
ENV TFTP_PORT=69
ENV TFTP_DIR=/srv/tftp
CMD bash -c "/usr/sbin/in.tftpd --ipv4 --foreground --verbose --address 0.0.0.0:${TFTP_PORT} --secure --create -vvv ${TFTP_DIR} 2>&1"