增加图标
This commit is contained in:
@@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 495 B |
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Docker 镜像加速</title>
|
||||
<link rel="icon" href="./favicon.ico">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/themes/light.css" />
|
||||
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/shoelace.js"></script>
|
||||
<style>
|
||||
Reference in New Issue
Block a user