diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..2a415bb --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,10 @@ +version: '3.8' + +services: + web: + image: php:8.2-apache + container_name: bootstrap_app + ports: + - "8080:80" + volumes: + - ./:/var/www/html:Z diff --git a/index.html b/index.html new file mode 100644 index 0000000..cee441a --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + +
+ + +This is a simple one-page HTML template.
+