metasearch/compose.yml

10 lines
154 B
YAML
Raw Normal View History

2024-01-22 05:31:08 +00:00
version: '3.7'
services:
2024-01-22 22:18:54 +00:00
metasearch2:
2024-01-22 05:31:08 +00:00
build:
context: .
dockerfile: Containerfile
2024-01-23 03:01:21 +00:00
network_mode: "host"
2024-01-22 05:31:08 +00:00
restart: unless-stopped