awesome-compose/apache-php/docker-compose.yaml
Guillaume Lours 09401ff101 Remove version from compose files to work with the 1.27.x versionless Compose binary
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-08-24 18:51:24 +02:00

9 lines
109 B
YAML

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