From 7e3b35bde9d02667df5c26bde290dce8e52f9c48 Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 23 Jun 2025 16:07:11 -0500 Subject: [PATCH] [Komodo] hqadmin: Commit Dockerfile: update ./Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b67322..b8c1746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" +