1
0
Fork 0
mirror of https://github.com/mat-1/metasearch2.git synced 2025-08-02 23:44:40 +00:00

use host networking

This commit is contained in:
Chad Baxter 2024-01-22 22:01:21 -05:00
commit 2bbbc2909e
No known key found for this signature in database
GPG key ID: FE5FA57E02944FB5

View file

@ -2,10 +2,8 @@ version: '3.7'
services:
metasearch2:
container_name: metasearch2
build:
context: .
dockerfile: Containerfile
ports:
- '28019:28019'
network_mode: "host"
restart: unless-stopped