fixing docker compose error

pull/384/head
Yudi Yamane 2 years ago
parent 8f2c7a401f
commit 95f2104470

@ -1,6 +1,9 @@
web: version: '3.5'
image: php:7.0-apache
volumes: services:
- .:/var/www/html/ web:
ports: image: php:7.0-apache
- "8000:80" volumes:
- .:/var/www/html/
ports:
- "8000:80"

Loading…
Cancel
Save