Skip to content

Commit 6ce6b39

Browse files
fix: correct syntax for PHP image parameter in Docker compose override
1 parent a6c1ca5 commit 6ce6b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
services:
4242
phpfpm:
43-
image: markoshust/magento-php:<< parameters.php-version >>-fpm
43+
image: markoshust/magento-php:\<< parameters.php-version >>-fpm
4444
EOF
4545
- run:
4646
name: Setup magento enterprise

0 commit comments

Comments
 (0)