[Komodo] hqadmin: Commit Dockerfile: update ./Dockerfile
This commit is contained in:
parent
9392c78bf6
commit
2c47b7399e
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue