6 lines
58 B
YAML
6 lines
58 B
YAML
|
services:
|
||
|
nginx:
|
||
|
build: .
|
||
|
network_mode: "host"
|
||
|
|