awesome-compose/apache-php/docker-compose.yaml

9 lines
109 B
YAML

services:
web:
build: app
ports:
- '80:80'
volumes:
- ./app:/var/www/html/