1
0
Fork 0
mirror of https://github.com/mat-1/metasearch2.git synced 2025-08-02 15:26:04 +00:00
metasearch2/compose.yml

11 lines
No EOL
210 B
YAML

version: '3.7'
services:
metasearch2:
build:
args:
CONFIG: "/usr/local/bin/config.toml"
context: .
dockerfile: Containerfile
network_mode: "host"
restart: unless-stopped