modify links.

This commit is contained in:
luming 2024-01-15 16:44:08 +08:00
parent 7da960fe18
commit 14bc5de13e
3 changed files with 6 additions and 6 deletions

View File

@ -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 "<?php phpinfo();" > /usr/share/caddy/info.php; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \

View File

@ -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 "<?php phpinfo();" > /usr/share/caddy/info.php; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \

View File

@ -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 "<?php phpinfo();" > /usr/share/caddy/info.php; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \