diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 81d4438..c4ab813 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -23,3 +23,5 @@ RUN apt-get update && \ chmod +x /app/healthprobe.sh ENTRYPOINT ["/app/entrypoint.sh"] + +LABEL org.opencontainers.image.source="https://github.com/tailscale/tailscale"