[add] index

This commit is contained in:
Andy Bunce 2021-12-24 22:28:49 +00:00
parent 71cd378625
commit 6bf4c87d8d
2 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- "80:80"
- "443:443"
volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile
# - $PWD/Caddyfile:/etc/caddy/Caddyfile
- $PWD/site:/srv
- caddy_data:/data
- caddy_config:/config

8
caddy/site/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>yes</title>
</head>
<body>
heloo
</body>
</html>