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,6 +1,9 @@
web:
image: php:7.0-apache
volumes:
- .:/var/www/html/
ports:
- "8000:80"
version: '3.5'
services:
web:
image: php:7.0-apache
volumes:
- .:/var/www/html/
ports:
- "8000:80"

Loading…
Cancel
Save