mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-15 07:30:51 -05:00
13 lines
168 B
YAML
13 lines
168 B
YAML
version: '3'
|
|
|
|
services:
|
|
backend:
|
|
build:
|
|
context: .
|
|
network_mode: "host"
|
|
|
|
proxy:
|
|
build:
|
|
context: tools/apache-hosts
|
|
network_mode: "host"
|