mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-25 09:50: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"
|
||||||
|
@ -8,4 +9,4 @@ services:
|
||||||
- ./index:/index
|
- ./index:/index
|
||||||
- ./log:/log
|
- ./log:/log
|
||||||
env_file:
|
env_file:
|
||||||
- config.env
|
- config.env
|
||||||
|
|
Loading…
Reference in New Issue
Block a user