mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2025-02-05 05:41:39 +01:00
13 lines
202 B
YAML
13 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
|