1
0
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:
Muhammad Auliya 2019-07-08 14:14:56 +07:00 committed by GitHub
commit e0ec775673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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