update tftpd

This commit is contained in:
kev 2023-06-29 16:34:49 +08:00
parent 2ddb4c8c11
commit c7a4f2d632

View File

@ -12,4 +12,4 @@ VOLUME /data
EXPOSE 69/udp
ENTRYPOINT ["in.tftpd"]
CMD ["--verbose", "--foreground", "--secure", "--create", "--user", "root", "/data"]
CMD ["--verbose", "--foreground", "--ipv4", "--secure", "--create", "--user", "root", "/data"]