mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-25 01:41:11 +00:00
fix docker compose to enabling exposing port
This commit is contained in:
parent
e0ec775673
commit
63b3b17ac3
|
@ -1,7 +1,6 @@
|
||||||
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