From 545af743a1e64a45e7bdef076d4b90382e26003f Mon Sep 17 00:00:00 2001 From: iceBear67 Date: Mon, 22 Jun 2026 15:23:44 +0800 Subject: [PATCH] fix: the container must be in network_mode host otherwise tap isn't visible --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index c40c144..47d3426 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ services: cloud: image: bearcloud:latest + network_mode: host volumes: - "./data:/image" - "./test.sh:/test.sh"