nginx-docker/docker-compose.yml
2023-08-20 12:34:42 +02:00

6 lines
58 B
YAML

services:
nginx:
build: .
network_mode: "host"