File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ services:
2121 - fpm
2222
2323 fpm :
24- build :
25- context : php${PHP_VERSION}/fpm
26- args :
27- PHP_ENABLE_REDIS : ${PHP_ENABLE_REDIS}
28- PHP_ENABLE_XDEBUG : ${PHP_ENABLE_XDEBUG}
24+ # build:
25+ # context: php${PHP_VERSION}/fpm
26+ # args:
27+ # PHP_ENABLE_REDIS: ${PHP_ENABLE_REDIS}
28+ # PHP_ENABLE_XDEBUG: ${PHP_ENABLE_XDEBUG}
2929 image : readymadehost/magento2-dev-docker-php${PHP_VERSION}-fpm:latest
3030 environment :
3131 PHP_ENABLE_REDIS : ${PHP_ENABLE_REDIS}
@@ -42,12 +42,12 @@ services:
4242 - mailcatcher
4343
4444 cli :
45- build :
46- context : php${PHP_VERSION}/cli
47- args :
48- NODE_VERSION : ${NODE_VERSION}
49- PHP_ENABLE_REDIS : ${PHP_ENABLE_REDIS}
50- PHP_ENABLE_XDEBUG : ${PHP_ENABLE_XDEBUG}
45+ # build:
46+ # context: php${PHP_VERSION}/cli
47+ # args:
48+ # NODE_VERSION: ${NODE_VERSION}
49+ # PHP_ENABLE_REDIS: ${PHP_ENABLE_REDIS}
50+ # PHP_ENABLE_XDEBUG: ${PHP_ENABLE_XDEBUG}
5151 image : readymadehost/magento2-dev-docker-php${PHP_VERSION}-cli:latest
5252 environment :
5353 PHP_ENABLE_REDIS : ${PHP_ENABLE_REDIS}
You can’t perform that action at this time.
0 commit comments