simple docker compose setup with Caddy

This commit is contained in:
2024-08-09 08:48:23 -04:00
commit d217f24cc7
5 changed files with 107 additions and 0 deletions

8
static/index.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello from Caddy!</h1>
</body>
</html>