Files
phpapache-mariadbWmyadmin/docker-compose.yml
2025-07-25 07:57:18 -06:00

13 lines
243 B
YAML

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