Skip to content

Commit

Permalink
feat(magento): use develop image when using local sync
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Jun 5, 2020
1 parent d9f6353 commit cb18ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.fullsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version : '3'

services:
magento2:
image: graycore/magento-php:7.2-fpm-alpine-develop
volumes: &appvolumes
- ~/.composer:/var/www/.composer:delegated
- ../:/var/www/html/:cached
Expand Down
1 change: 1 addition & 0 deletions docker-compose.partialsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version : '3'

services:
magento2:
image: graycore/magento-php:7.2-fpm-alpine-develop
volumes: &appvolumes
- appdata:/var/www/html
- ~/.composer:/var/www/.composer:delegated
Expand Down

0 comments on commit cb18ae1

Please sign in to comment.