Skip to content

Commit f2bb8f2

Browse files
committed
Squid ci fixes
1 parent b01817b commit f2bb8f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/docker-compose.ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ services:
9292
context: ../
9393
dockerfile: test/cypress/Dockerfile
9494
environment:
95-
CYPRESS_baseUrl: 'http://fullstack:81'
96-
HTTP_PROXY: 'http://squid:3128'
97-
HTTPS_PROXY: 'http://squid:3128'
95+
HTTP_PROXY: 'squid:3128'
96+
HTTPS_PROXY: 'squid:3128'
9897
volumes:
9998
- 'cypress_logs:/results'
10099
- './dev/resolv.conf:/etc/resolv.conf:ro'

0 commit comments

Comments
 (0)