nginx-proxy-auto-docker/test/test_ports/test_single-port-not-80.yml
2024-12-25 12:22:03 +01:00

8 lines
138 B
YAML

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