mirror of
https://github.com/mat-1/metasearch2.git
synced 2025-08-02 15:26:04 +00:00
9 lines
154 B
YAML
9 lines
154 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
metasearch2:
|
|
build:
|
|
context: .
|
|
dockerfile: Containerfile
|
|
network_mode: "host"
|
|
restart: unless-stopped
|