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