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 @@