Skip to content
Snippets Groups Projects
Commit b3d61d45 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-ci-cd/drupal#44 use port 8025 for mailhog service

parent e970fe58
No related branches found
No related tags found
1 merge request!60Merging develop into main
Pipeline #750648 passed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -11,7 +11,7 @@ else
docker run -u 1000:$(stat -c "%g" /var/run/docker.sock) --rm --name=${NAME} \
--network {{ projectname }}_default \
--env CYPRESS_baseUrl=http://apache \
--env CYPRESS_mailhogUrl=http://mailhog \
--env CYPRESS_mailhogUrl=http://mailhog:8025 \
--env PHP_CONTAINER={{ projectname }}-php-1 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(php /usr/local/bin/volume.php --none)/tests/:/e2e \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment