commit 7d1ff6dc4d35bed1f697bfc751c8956e1e1543ba Author: zomborip Date: Sat Oct 4 23:55:16 2025 +0200 init 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. +

+ +
+ +