mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-25 01:41:11 +00:00
Merge pull request #7 from fdcds/patch-1
Place container in host network
This commit is contained in:
commit
e0ec775673
|
@ -1,6 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
grpcox:
|
||||
network_mode: host
|
||||
build: .
|
||||
ports:
|
||||
- "6969:6969"
|
||||
|
@ -8,4 +9,4 @@ services:
|
|||
- ./index:/index
|
||||
- ./log:/log
|
||||
env_file:
|
||||
- config.env
|
||||
- config.env
|
||||
|
|
Loading…
Reference in New Issue
Block a user