Skip to content

Commit

Permalink
Docker improvement for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alegout committed Dec 22, 2017
1 parent 8074995 commit f50a3ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Expand Up @@ -2,6 +2,8 @@ version: '2'

volumes:
db-data:
vendor:
var:

services:
mysql:
Expand All @@ -28,7 +30,8 @@ services:
ports:
- "8001:80"
volumes:
- ./:/var/www/html/
- ./:/var/www/html/:delegated
- vendor:/var/www/html/vendor
- var:/var/www/html/var
restart: always


0 comments on commit f50a3ed

Please sign in to comment.