mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-09-07 08:36:44 +08:00
1
This commit is contained in:
+2
-2
@@ -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