diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..17d66ae --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,9 @@ +version: "3.9" +services: + web: + image: nginx:alpine + container_name: hello-world + ports: + - "80" + volumes: + - ./html:/usr/share/nginx/html:ro diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..e6b1527 --- /dev/null +++ b/html/index.html @@ -0,0 +1,11 @@ + + +
+ +