1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user