From e73d917430ecec05169630b21506bbf3ab697743 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Thu, 19 Aug 2021 21:34:41 -0400 Subject: [PATCH] Updated paste of docker-compose.yml --- docker-compose.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 027ea7b..23c8c75 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,12 @@ version: "3.8" networks: - deltachunk-ext: {} - deltachunk-int: {} + deltachunk-ext: + driver_opts: + com.docker.network.bridge.host_binding_ipv4: "127.0.0.1" + deltachunk-int: + driver_opts: + com.docker.network.bridge.host_binding_ipv4: "127.0.0.1" services: nginx: