From bb93d271ebe4f39a17b207ba07c76642c34ebae9 Mon Sep 17 00:00:00 2001 From: Hoai Viet Nguyen <viet.nguyen@th-koeln.de> Date: Mon, 31 Mar 2025 14:23:06 +0200 Subject: [PATCH] update index.html --- caddy/Dockerfile_image | 2 ++ nginx/data/index.html | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 caddy/Dockerfile_image create mode 100644 nginx/data/index.html diff --git a/caddy/Dockerfile_image b/caddy/Dockerfile_image new file mode 100644 index 0000000..399e907 --- /dev/null +++ b/caddy/Dockerfile_image @@ -0,0 +1,2 @@ +FROM caddy:2.9.1 +COPY Caddyfile /etc/caddy/Caddyfile \ No newline at end of file diff --git a/nginx/data/index.html b/nginx/data/index.html new file mode 100644 index 0000000..492339e --- /dev/null +++ b/nginx/data/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Bind mounts</title> +</head> +<body> + Bind mounts works!!! +</body> +</html> \ No newline at end of file -- GitLab