diff --git a/caddy-with-php/normal/Dockerfile b/caddy-with-php/normal/Dockerfile index 54fc175..b6653fb 100644 --- a/caddy-with-php/normal/Dockerfile +++ b/caddy-with-php/normal/Dockerfile @@ -78,8 +78,8 @@ RUN set -eux; \ /data/caddy \ /etc/caddy \ /usr/share/caddy ; \ - wget -O /etc/caddy/Caddyfile "https://p.iblog.site/https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ - wget -O /usr/share/caddy/index.html "https://p.iblog.site/https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html"; \ + wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ + wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html"; \ echo " /usr/share/caddy/info.php; \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \ diff --git a/caddy-with-php/supervisor/Dockerfile b/caddy-with-php/supervisor/Dockerfile index 1e43e45..cdffc00 100644 --- a/caddy-with-php/supervisor/Dockerfile +++ b/caddy-with-php/supervisor/Dockerfile @@ -81,8 +81,8 @@ RUN set -eux; \ /usr/share/caddy \ /etc/supervisor/conf.d \ /srv ; \ - wget -O /etc/caddy/Caddyfile "https://p.iblog.site/https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ - wget -O /usr/share/caddy/index.html "https://p.iblog.site/https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html"; \ + wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ + wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html"; \ echo " /usr/share/caddy/info.php; \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \ diff --git a/caddy-with-php/supervisor/buildx/Dockerfile b/caddy-with-php/supervisor/buildx/Dockerfile index 3fbe9eb..e37aa0f 100644 --- a/caddy-with-php/supervisor/buildx/Dockerfile +++ b/caddy-with-php/supervisor/buildx/Dockerfile @@ -81,8 +81,8 @@ RUN set -eux; \ /usr/share/caddy \ /etc/supervisor/conf.d \ /srv ; \ - wget -O /etc/caddy/Caddyfile "https://p.iblog.site/https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ - wget -O /usr/share/caddy/index.html "https://p.iblog.site/https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html"; \ + wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/config/Caddyfile"; \ + wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/cd39178d252a610fee6aa8465c787d9c780007a2/welcome/index.html"; \ echo " /usr/share/caddy/info.php; \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \