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