From 66d78bc0d9fbf7b4670377c329c864115d752d75 Mon Sep 17 00:00:00 2001 From: NewName Date: Fri, 15 Nov 2024 03:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- web/{ => index}/favicon.ico | Bin web/{ => index}/index.html | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename web/{ => index}/favicon.ico (100%) rename web/{ => index}/index.html (95%) diff --git a/docker-compose.yml b/docker-compose.yml index af48a52..e3f8d5e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - "443:443" volumes: - ./web/Caddyfile:/etc/caddy/Caddyfile - - ./web/index.html:/srv/index.html + - ./web/index:/srv environment: - DOMAIN=example.com # 修改为你的根域名 restart: always diff --git a/web/favicon.ico b/web/index/favicon.ico similarity index 100% rename from web/favicon.ico rename to web/index/favicon.ico diff --git a/web/index.html b/web/index/index.html similarity index 95% rename from web/index.html rename to web/index/index.html index 612efcb..3a0b6d4 100644 --- a/web/index.html +++ b/web/index/index.html @@ -4,6 +4,7 @@ Docker 镜像加速 +