diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..38684ad --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +services: + cg1: + image: nginx:alpine + volumes: + - ./src:/usr/share/nginx/html:ro + ports: + - "8080:80" \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..3019e36 --- /dev/null +++ b/src/index.html @@ -0,0 +1,12 @@ + + +
+ + +