Merge pull request #384 from yudi-azvd/fix-docker-compose

Fix docker compose error
pull/395/head
Patricio Gonzalez Vivo 1 year ago committed by GitHub
commit d877b49cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,6 @@
version: '3.5'
services:
web:
image: php:7.0-apache
volumes:

Loading…
Cancel
Save