From 6bf4c87d8df92ce174d3fdcf057b8d5e1483adc7 Mon Sep 17 00:00:00 2001 From: apb Date: Fri, 24 Dec 2021 22:28:49 +0000 Subject: [PATCH] [add] index --- caddy/docker-compose.yml | 2 +- caddy/site/index.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 caddy/site/index.html diff --git a/caddy/docker-compose.yml b/caddy/docker-compose.yml index 525ca9a..3408f3e 100644 --- a/caddy/docker-compose.yml +++ b/caddy/docker-compose.yml @@ -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 diff --git a/caddy/site/index.html b/caddy/site/index.html new file mode 100644 index 0000000..341e166 --- /dev/null +++ b/caddy/site/index.html @@ -0,0 +1,8 @@ + + +yes + + +heloo + + \ No newline at end of file