Skip to content

Commit

Permalink
Restore volumes for Mac usage and remove the restart always
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre RAMBAUD committed Oct 18, 2019
1 parent 017ccff commit 597798b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '2'

volumes:
db-data:
vendor:
var:

services:
mysql:
Expand All @@ -27,5 +29,6 @@ services:
ports:
- "8001:80"
volumes:
- ./:/var/www/html/
restart: always
- ./:/var/www/html/:delegated
- vendor:/var/www/html/vendor
- var:/var/www/html/var

0 comments on commit 597798b

Please sign in to comment.