Update docker-compose.yml

This commit is contained in:
2025-06-18 11:11:08 -06:00
committed by GitHub
parent 8c050057fc
commit b396cbfb04

View File

@@ -1,11 +1,11 @@
services:
apache-php:
container_name: apache-php
build:
context: .
dockerfile: Dockerfile
container_name: apache-php
ports:
- "8280:80"
- "8080:80"
volumes:
- ./html:/var/www/html
environment: