1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-25 09:50:10 +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' version: '3'
services: services:
grpcox: grpcox:
network_mode: host
build: . build: .
ports: ports:
- "6969:6969" - "6969:6969"