mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-26 02:40:10 +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'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
grpcox:
|
grpcox:
|
||||||
|
network_mode: host
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "6969:6969"
|
- "6969:6969"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user