nginx-proxy-auto-docker/test/test_server-down/test_server-down.yml
2024-12-25 12:22:03 +01:00

9 lines
159 B
YAML

services:
web:
image: web
expose:
- "81"
environment:
WEB_PORTS: 81
VIRTUAL_HOST: web.nginx-proxy.tld
network_mode: "none"