Files
phpapache-mariadbWmyadmin/docker-compose.yml
2025-06-18 11:11:08 -06:00

13 lines
243 B
YAML

services:
apache-php:
container_name: apache-php
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"
volumes:
- ./html:/var/www/html
environment:
- APACHE_DOCUMENT_ROOT=/var/www/html