1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update tftpd

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

@ -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"]