1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-09-28 20:00:39 +00:00

fix docker compose to enabling exposing port

This commit is contained in:
gusaul 2019-09-13 14:46:27 +07:00
parent e0ec775673
commit 63b3b17ac3

View File

@ -1,7 +1,6 @@
version: '3'
services:
grpcox:
network_mode: host
build: .
ports:
- "6969:6969"