diff --git a/tftp/Dockerfile b/tftp/Dockerfile index 510bb23..8b81028 100644 --- a/tftp/Dockerfile +++ b/tftp/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18 LABEL org.opencontainers.image.authors="matthias+code@mailbro.de" \ - description="git in alpine" + description="dockerized tftp Server" ENV ADDR="127.0.0.1" \ ROOT="/var/tftp"