metasearch/compose.yml
2024-01-22 22:01:21 -05:00

10 lines
154 B
YAML

version: '3.7'
services:
metasearch2:
build:
context: .
dockerfile: Containerfile
network_mode: "host"
restart: unless-stopped