Skip to content

Commit dd56e73

Browse files
fix: update magento setup command to use docker compose for improved orchestration
1 parent 46af81f commit dd56e73

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
@@ -42,7 +42,7 @@ jobs:
4242
working_directory: ~/Sites
4343
command: |
4444
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
45-
bin/start --no-dev
45+
docker compose -f compose.yaml -f compose.override.yml up -d --remove-orphans
4646
bin/fixowns
4747
bin/setup-composer-auth
4848
bin/cli git clone [email protected]:magento/magento2.git .

0 commit comments

Comments
 (0)