From 7d1ff6dc4d35bed1f697bfc751c8956e1e1543ba Mon Sep 17 00:00:00 2001 From: zomborip Date: Sat, 4 Oct 2025 23:55:16 +0200 Subject: [PATCH] init --- docker-compose.yml | 8 ++++++ index.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 docker-compose.yml create mode 100644 index.html diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..6b8c6cf --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +services: + web: + image: nginx:latest + container_name: simple-web + ports: + - "8080:80" + volumes: + - ./index.html:/usr/share/nginx/html/index.html:ro diff --git a/index.html b/index.html new file mode 100644 index 0000000..69475a5 --- /dev/null +++ b/index.html @@ -0,0 +1,67 @@ + + + + + + Test Box + + + +
+

Test Box

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. +

+ +
+ +