1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 19:26:54 +00:00
docker-squid/docker-compose.test.yml
Dmitry Belyaev 20ef8cf8be
Merge branch 'master' into armhf
# Conflicts:
#	Dockerfile
#	README.md
2020-08-11 11:22:35 +03:00

12 lines
261 B
YAML

version: '2'
services:
proxy:
build: .
sut:
image: alpine:3.10.1
links:
- proxy
depends_on:
- proxy
command: sh -exc "apk add --update curl && sleep 5 && exec curl --proxy http://proxy:3128 -I http://google.com/"