fixing docker compose error

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

@ -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