1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00
nginx-proxy/test/test_vhost-in-multiple-networks/test_vhost-in-multiple-networks.yml

22 lines
272 B
YAML
Raw Permalink Normal View History

2022-05-11 12:54:51 +00:00
networks:
net1:
net2:
net3:
2022-05-11 12:54:51 +00:00
services:
nginx-proxy:
networks:
- net1
web:
image: web
expose:
- "81"
environment:
2024-12-27 16:16:55 +01:00
WEB_PORTS: "81"
VIRTUAL_HOST: web1.nginx-proxy.example
2022-05-11 12:54:51 +00:00
networks:
- net1
- net2
- net3