2016-12-10 00:53:23 +01:00
|
|
|
web:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "80"
|
|
|
|
- "81"
|
|
|
|
environment:
|
|
|
|
WEB_PORTS: "80 81"
|
|
|
|
VIRTUAL_HOST: "web.nginx-proxy.tld"
|
|
|
|
|
|
|
|
sut:
|
2021-04-01 16:06:09 +02:00
|
|
|
image: nginxproxy/nginx-proxy:test
|
2016-12-10 00:53:23 +01:00
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|