brc/docker-compose.yml

8 lines
119 B
YAML

version: "3.3"
services:
web:
image: php:7.4-apache
ports:
- 80:80
volumes:
- .:/var/www/html