fix: the container must be in network_mode host otherwise tap isn't visible

This commit is contained in:
iceBear67
2026-06-22 15:23:44 +08:00
parent 0c8c90f42f
commit 545af743a1

View File

@@ -2,6 +2,7 @@
services:
cloud:
image: bearcloud:latest
network_mode: host
volumes:
- "./data:/image"
- "./test.sh:/test.sh"