12 lines
202 B
YAML
12 lines
202 B
YAML
services:
|
|
nginx-proxy:
|
|
environment:
|
|
SHA1_UPSTREAM_NAME: "true"
|
|
|
|
web:
|
|
image: web
|
|
expose:
|
|
- "80"
|
|
environment:
|
|
WEB_PORTS: "80"
|
|
VIRTUAL_HOST: web.nginx-proxy.tld
|