8 lines
141 B
YAML
8 lines
141 B
YAML
services:
|
|
web:
|
|
image: web
|
|
expose:
|
|
- "80"
|
|
environment:
|
|
WEB_PORTS: "80"
|
|
VIRTUAL_HOST: htpasswd.nginx-proxy.tld
|