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: