mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 09:48:14 +00:00
11 lines
177 B
YAML
11 lines
177 B
YAML
services:
|
|
web:
|
|
image: web
|
|
expose:
|
|
- "80"
|
|
- "90"
|
|
environment:
|
|
WEB_PORTS: "80 90"
|
|
VIRTUAL_HOST: "web.nginx-proxy.tld"
|
|
VIRTUAL_PORT: 90
|