增加图标

This commit is contained in:
NewName
2024-11-15 03:57:20 +08:00
parent d35ae861f6
commit 66d78bc0d9
3 changed files with 2 additions and 1 deletions

View File

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