This commit is contained in:
NewName
2024-11-09 15:23:32 +08:00
parent 58ad13ada6
commit 2f9cb53b79
3 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ services:
- "80:80" - "80:80"
- "443:443" - "443:443"
volumes: volumes:
- ./Caddyfile:/etc/caddy/Caddyfile - ./web/Caddyfile:/etc/caddy/Caddyfile
- ./index.html:/srv/index.html - ./web/index.html:/srv/index.html
environment: environment:
- DOMAIN=example.com # 修改为你的域名 - DOMAIN=example.com # 修改为你的域名
restart: always restart: always