use host networking
This commit is contained in:
parent
82ca983564
commit
2bbbc2909e
@ -2,10 +2,8 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
metasearch2:
|
metasearch2:
|
||||||
container_name: metasearch2
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
ports:
|
network_mode: "host"
|
||||||
- '28019:28019'
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user