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

11 lines
190 B
YAML

services:
web:
build:
context: app
target: dev-envs
ports:
- '80:80'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./app:/var/www/html/