metasearch/container-compose.yml
2024-01-22 00:31:08 -05:00

12 lines
190 B
YAML

version: '3.7'
services:
honeyup:
container_name: metasearch2
build:
context: .
dockerfile: Containerfile
ports:
- '28019:28019'
restart: unless-stopped