1
This commit is contained in:
@@ -6,8 +6,8 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./index.html:/srv/index.html
|
||||
- ./web/Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./web/index.html:/srv/index.html
|
||||
environment:
|
||||
- DOMAIN=example.com # 修改为你的域名
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user