Skip to content

Commit

Permalink
feat(sync): remove unused image settings from yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Jun 4, 2020
1 parent ef21320 commit 3d7d358
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.fullsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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: 0 additions & 1 deletion docker-compose.partialsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 3d7d358

Please sign in to comment.