From 989cfe79777d384c0501305c5f8e82de85718649 Mon Sep 17 00:00:00 2001 From: Anze Date: Sun, 15 Sep 2019 10:35:01 +0200 Subject: [PATCH] Enable docker host network mode by default --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 72d48f5..3e27547 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,4 +28,4 @@ services: # Grafolean backend must be accessible on BACKEND_URL *from the point of view of container*. If running # on the same host, '127.0.0.1' translates to container, not host - this directive changes network mode # so that Docker networking is bypassed. - #network_mode: "host" + network_mode: "host"