Skip to content

Commit 2545ead

Browse files
committed
Prioritize docker image
1 parent 4bac42f commit 2545ead

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docker-compose.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)