[add] index
This commit is contained in:
parent
71cd378625
commit
6bf4c87d8d
@ -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
8
caddy/site/index.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>yes</title>
|
||||
</head>
|
||||
<body>
|
||||
heloo
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user