mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-14 23:20:50 -05:00
15 lines
212 B
YAML
15 lines
212 B
YAML
version: '3'
|
|
|
|
services:
|
|
backend:
|
|
build:
|
|
context: .
|
|
network_mode: "host"
|
|
|
|
proxy:
|
|
build:
|
|
context: tools/apache-hosts
|
|
# environment:
|
|
# - HOST=example.com
|
|
network_mode: "host"
|