Got a simple web page started.

This commit is contained in:
2025-05-18 15:10:06 +10:00
parent 0f4ff8cc82
commit 825a058bef
2 changed files with 37 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@@ -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