nginx-proxy-auto-docker/test/test_server-down/test_server-down.yml
2022-04-22 11:45:04 +03:00

13 lines
225 B
YAML

web:
image: web
expose:
- "81"
environment:
WEB_PORTS: 81
VIRTUAL_HOST: web.nginx-proxy.tld
net: "none"
sut:
image: nginxproxy/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro