From 93d02f84e8065022565978bcad6f574a069604c7 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 16 May 2020 13:37:03 +0800 Subject: [PATCH] Update image URL --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index bbb7521..40d95ba 100755 --- a/update.sh +++ b/update.sh @@ -41,7 +41,7 @@ VOLUME /data LABEL org.opencontainers.image.version=v$caddyVersion LABEL org.opencontainers.image.title="Caddy (productionwentdown fork)" LABEL org.opencontainers.image.description="a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go" -LABEL org.opencontainers.image.url=https://productionwentdown.github.io +LABEL org.opencontainers.image.url=https://productionwentdown.makerforce.io LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs LABEL org.opencontainers.image.vendor="productionwentdown" LABEL org.opencontainers.image.licenses=Apache-2.0