10 lines
154 B
YAML
10 lines
154 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
metasearch2:
|
|
build:
|
|
context: .
|
|
dockerfile: Containerfile
|
|
network_mode: "host"
|
|
restart: unless-stopped
|