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: services:
apache-php: apache-php:
container_name: apache-php
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: apache-php
ports: ports:
- "8280:80" - "8080:80"
volumes: volumes:
- ./html:/var/www/html - ./html:/var/www/html
environment: environment: