awesome-compose/apache-php/compose.yaml

10 lines
139 B
YAML

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